diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7310f44..7b25f16 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.7 +current_version = 0.0.8 commit = True tag = True diff --git a/CHANGELOG.md b/CHANGELOG.md index edbddcf..8693d7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [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) + +## [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.5...0.0.6) + +## [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.4...0.0.5) + +**Merged pull requests:** + +- Upgraded 0.0.3 → 0.0.4 [\#5](https://github.com/tj-python/github-deploy/pull/5) ([jackton1](https://github.com/jackton1)) + ## [0.0.4](https://github.com/tj-python/github-deploy/tree/0.0.4) (2021-07-30) [Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.3...0.0.4) diff --git a/setup.py b/setup.py index 4e526e9..c6a6cfe 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name="github-deploy", - version="0.0.7", + version="0.0.8", description="Deploy yaml files to a large number of repositories in seconds.", long_description=LONG_DESCRIPTION, long_description_content_type=LONG_DESCRIPTION_TYPE,