Skip to content

Commit

Permalink
Merge 224cf44 into 28cc1ab
Browse files Browse the repository at this point in the history
  • Loading branch information
midnightercz committed Apr 2, 2020
2 parents 28cc1ab + 224cf44 commit f8fe1bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit f8fe1bc

Please sign in to comment.