diff --git a/CHANGELOG.md b/CHANGELOG.md index 36610f84..e163ac59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- n/a + +## [1.2.0] - 2021-08-18 + ### Changed +- clear-repo now accepts the `--content-type` argument multiple times. - Internally created executors are now named for improved metrics and debuggability. ## [1.1.0] - 2021-03-22 @@ -33,11 +38,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Publish and maintenance-on/off commands accept comma seperated repo-ids -## [0.1.0] - 2019-10-09 +## 0.1.0 - 2019-10-09 - Initial release to PyPI -[Unreleased]: https://github.com/release-engineering/pubtools-pulp/compare/v1.1.0...HEAD +[Unreleased]: https://github.com/release-engineering/pubtools-pulp/compare/v1.2.0...HEAD +[1.2.0]: https://github.com/release-engineering/pubtools-pulp/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/release-engineering/pubtools-pulp/compare/v1.0.3...v1.1.0 [1.0.3]: https://github.com/release-engineering/pubtools-pulp/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/release-engineering/pubtools-pulp/compare/v1.0.1...v1.0.2 diff --git a/setup.py b/setup.py index e1f8ad36..21c3d1fe 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def get_requirements(): setup( name="pubtools-pulp", - version="1.1.0", + version="1.2.0", packages=find_packages(exclude=["tests"]), url="https://github.com/release-engineering/pubtools-pulp", license="GNU General Public License",