diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c5fed02..5cee55c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- n/a + +## 1.0.1 - 2020-03-26 + - Fixed compatibility with previous versions of concurrent.futures.ThreadPoolExecutor ## 1.0.0 - 2019-10-17 @@ -17,5 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release to PyPI -[Unreleased]: https://github.com/release-engineering/pubtools-pulp/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/release-engineering/pubtools-pulp/compare/v1.0.1...HEAD +[1.0.1]: https://github.com/release-engineering/pubtools-pulp/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/release-engineering/pubtools-pulp/compare/v0.1.0...v1.0.0 diff --git a/setup.py b/setup.py index bc77f9a8..9bf34ee1 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def get_requirements(): setup( name="pubtools-pulp", - version="1.0.0", + version="1.0.1", packages=find_packages(exclude=["tests"]), url="https://github.com/release-engineering/pubtools-pulp", license="GNU General Public License",