File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
- n/a
11
11
12
+ ## [ 2.39.1] - 2024-04-04
13
+
14
+ - Extra release to PyPI due to inconsistency in release tags
15
+
12
16
## [ 2.39.0] - 2024-03-28
13
17
14
18
- Added ` RpmUnit.files ` attribute
@@ -474,7 +478,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
474
478
475
479
- Initial release to PyPI
476
480
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
478
483
[ 2.39.0 ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.38.1...v2.39.0
479
484
[ 2.38.1 ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.38.0...v2.38.1
480
485
[ 2.38.0 ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.37.2...v2.38.0
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def get_requirements():
21
21
22
22
setup (
23
23
name = "pubtools-pulplib" ,
24
- version = "2.39.0 " ,
24
+ version = "2.39.1 " ,
25
25
packages = find_packages (exclude = ["tests" ]),
26
26
package_data = {"pubtools.pulplib._impl.schema" : ["*.yaml" ]},
27
27
url = "https://github.com/release-engineering/pubtools-pulplib" ,
You can’t perform that action at this time.
0 commit comments