diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5d6fc08..860be11 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.9 +current_version = 1.0.0 commit = True tag = False diff --git a/CHANGELOG.md b/CHANGELOG.md index a1afd81..4b51c49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v1.0.0](https://github.com/tj-python/github-deploy/tree/v1.0.0) (2022-02-12) + +[Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.9...v1.0.0) + +**Merged pull requests:** + +- Upgraded 0.0.8 → 0.0.9 [\#7](https://github.com/tj-python/github-deploy/pull/7) ([jackton1](https://github.com/jackton1)) + ## [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) diff --git a/setup.py b/setup.py index 2c7d1f9..d5a2463 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name="github-deploy", - version="0.0.9", + version="1.0.0", description="Deploy yaml files to a large number of repositories in seconds.", long_description=LONG_DESCRIPTION, long_description_content_type=LONG_DESCRIPTION_TYPE,