diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7b25f16..5d6fc08 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] -current_version = 0.0.8 +current_version = 0.0.9 commit = True -tag = True +tag = False [bumpversion:file:setup.py] search = version="{current_version}" 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:** 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,