From 224cf446d1faa671624d35787ca65289d8ebc025 Mon Sep 17 00:00:00 2001 From: Jindrich Luza Date: Thu, 2 Apr 2020 10:11:16 +0200 Subject: [PATCH] Release 1.0.2 --- CHANGELOG.md | 7 ++++++- setup.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4036ec99..3b1a772e 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.2 - 2020-04-02 + - Fixed a crash when clear-repo attempts to flush engproduct in UD ## 1.0.1 - 2020-03-26 @@ -21,6 +25,7 @@ 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.1...HEAD +[Unreleased]: https://github.com/release-engineering/pubtools-pulp/compare/v1.0.2...HEAD +[1.0.2]: https://github.com/release-engineering/pubtools-pulp/compare/v1.0.1...v1.0.2 [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 9bf34ee1..8224940d 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def get_requirements(): setup( name="pubtools-pulp", - version="1.0.1", + version="1.0.2", packages=find_packages(exclude=["tests"]), url="https://github.com/release-engineering/pubtools-pulp", license="GNU General Public License",