From 1612f0e15e4590d62de99ef2b9ff55616121756b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 11 Feb 2022 23:42:02 +0000 Subject: [PATCH 1/3] =?UTF-8?q?Bump=20version:=200.0.8=20=E2=86=92=200.0.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7b25f16..9d84161 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.8 +current_version = 0.0.9 commit = True tag = True diff --git a/setup.py b/setup.py index c6a6cfe..2c7d1f9 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name="github-deploy", - version="0.0.8", + version="0.0.9", description="Deploy yaml files to a large number of repositories in seconds.", long_description=LONG_DESCRIPTION, long_description_content_type=LONG_DESCRIPTION_TYPE, From 57606ace2209573094d359c0f8adbf1a8663f564 Mon Sep 17 00:00:00 2001 From: jackton1 Date: Fri, 11 Feb 2022 23:42:16 +0000 Subject: [PATCH 2/3] =?UTF-8?q?Upgraded=20from=200.0.8=20=E2=86=92=200.0.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8693d7b..a1afd81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,28 @@ # Changelog +## [0.0.9](https://github.com/tj-python/github-deploy/tree/0.0.9) (2022-02-11) + +[Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.8...0.0.9) + +**Merged pull requests:** + +- Upgraded 0.0.7 → 0.0.8 [\#6](https://github.com/tj-python/github-deploy/pull/6) ([jackton1](https://github.com/jackton1)) + ## [0.0.8](https://github.com/tj-python/github-deploy/tree/0.0.8) (2021-11-15) [Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.7...0.0.8) ## [0.0.7](https://github.com/tj-python/github-deploy/tree/0.0.7) (2021-11-15) -[Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.6...0.0.7) +[Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.5...0.0.7) -## [0.0.6](https://github.com/tj-python/github-deploy/tree/0.0.6) (2021-11-15) +## [0.0.5](https://github.com/tj-python/github-deploy/tree/0.0.5) (2021-11-15) -[Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.5...0.0.6) +[Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.6...0.0.5) -## [0.0.5](https://github.com/tj-python/github-deploy/tree/0.0.5) (2021-11-15) +## [0.0.6](https://github.com/tj-python/github-deploy/tree/0.0.6) (2021-11-15) -[Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.4...0.0.5) +[Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.4...0.0.6) **Merged pull requests:** From 142dcb9369e323971f1d7a79b67866f912736864 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 11 Feb 2022 20:23:27 -0500 Subject: [PATCH 3/3] Update .bumpversion.cfg --- .bumpversion.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9d84161..5d6fc08 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] current_version = 0.0.9 commit = True -tag = True +tag = False [bumpversion:file:setup.py] search = version="{current_version}"