Skip to content

Commit 7b23ce8

Browse files
committed
Release v2.40.1
1 parent 350a3e4 commit 7b23ce8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
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.40.1] - 2024-09-27
13+
14+
- Added support for repository creation with Distributor
15+
1216
## [2.39.2] - 2024-07-19
1317

1418
- Fix source code structure.
@@ -482,7 +486,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
482486

483487
- Initial release to PyPI
484488

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
486491
[2.39.2]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.1...v2.39.2
487492
[2.39.1]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.0...v2.39.1
488493
[2.39.0]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.38.1...v2.39.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def get_requirements():
3636

3737
setup(
3838
name="pubtools-pulplib",
39-
version="2.39.2",
39+
version="2.40.1",
4040
packages=find_namespace_packages(where="src"),
4141
package_dir={"": "src"},
4242
package_data={"pubtools.pulplib._impl.schema": ["*.yaml"]},

0 commit comments

Comments
 (0)