Skip to content

Commit 994052e

Browse files
committed
Release v2.39.1
1 parent 3e88261 commit 994052e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
- n/a
1111

12+
## [2.39.1] - 2024-04-04
13+
14+
- Extra release to PyPI due to inconsistency in release tags
15+
1216
## [2.39.0] - 2024-03-28
1317

1418
- Added `RpmUnit.files` attribute
@@ -474,7 +478,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
474478

475479
- Initial release to PyPI
476480

477-
[Unreleased]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.0...HEAD
481+
[Unreleased]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.1...HEAD
482+
[2.39.1]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.0...v2.39.1
478483
[2.39.0]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.38.1...v2.39.0
479484
[2.38.1]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.38.0...v2.38.1
480485
[2.38.0]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.37.2...v2.38.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_requirements():
2121

2222
setup(
2323
name="pubtools-pulplib",
24-
version="2.39.0",
24+
version="2.39.1",
2525
packages=find_packages(exclude=["tests"]),
2626
package_data={"pubtools.pulplib._impl.schema": ["*.yaml"]},
2727
url="https://github.com/release-engineering/pubtools-pulplib",

0 commit comments

Comments
 (0)