From 994052e1c0e86eb393ff5db295dd32a2ccb9ee49 Mon Sep 17 00:00:00 2001 From: Robert Bikar Date: Thu, 4 Apr 2024 11:50:32 +0200 Subject: [PATCH] Release v2.39.1 --- CHANGELOG.md | 7 ++++++- setup.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a170176f..0471dfdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - n/a +## [2.39.1] - 2024-04-04 + +- Extra release to PyPI due to inconsistency in release tags + ## [2.39.0] - 2024-03-28 - Added `RpmUnit.files` attribute @@ -474,7 +478,8 @@ 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-pulplib/compare/v2.39.0...HEAD +[Unreleased]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.1...HEAD +[2.39.1]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.0...v2.39.1 [2.39.0]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.38.1...v2.39.0 [2.38.1]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.38.0...v2.38.1 [2.38.0]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.37.2...v2.38.0 diff --git a/setup.py b/setup.py index 0e83561c..8e6456c5 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def get_requirements(): setup( name="pubtools-pulplib", - version="2.39.0", + version="2.39.1", packages=find_packages(exclude=["tests"]), package_data={"pubtools.pulplib._impl.schema": ["*.yaml"]}, url="https://github.com/release-engineering/pubtools-pulplib",