File tree 2 files changed +7
-2
lines changed
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.2] - 2024-07-19
13
+
14
+ - Fix source code structure.
15
+
12
16
## [ 2.39.1] - 2024-04-04
13
17
14
18
- Extra release to PyPI due to inconsistency in release tags
@@ -478,7 +482,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
478
482
479
483
- Initial release to PyPI
480
484
481
- [ Unreleased ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.1...HEAD
485
+ [ Unreleased ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.2...HEAD
486
+ [ 2.39.2 ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.1...v2.39.2
482
487
[ 2.39.1 ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.0...v2.39.1
483
488
[ 2.39.0 ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.38.1...v2.39.0
484
489
[ 2.38.1 ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.38.0...v2.38.1
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def get_requirements():
36
36
37
37
setup (
38
38
name = "pubtools-pulplib" ,
39
- version = "2.39.1 " ,
39
+ version = "2.39.2 " ,
40
40
packages = find_namespace_packages (where = "src" ),
41
41
package_dir = {"" : "src" },
42
42
package_data = {"pubtools.pulplib._impl.schema" : ["*.yaml" ]},
You can’t perform that action at this time.
0 commit comments