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.40.1] - 2024-09-27
13
+
14
+ - Added support for repository creation with Distributor
15
+
12
16
## [ 2.39.2] - 2024-07-19
13
17
14
18
- Fix source code structure.
@@ -482,7 +486,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
482
486
483
487
- Initial release to PyPI
484
488
485
- [ Unreleased ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.2...HEAD
489
+ [ Unreleased ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.40.1...HEAD
490
+ [ 2.40.1 ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.2...v2.40.1
486
491
[ 2.39.2 ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.1...v2.39.2
487
492
[ 2.39.1 ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.0...v2.39.1
488
493
[ 2.39.0 ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.38.1...v2.39.0
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.2 " ,
39
+ version = "2.40.1 " ,
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