Skip to content

Commit 683d2ab

Browse files
committed
Release 2.41.0
1 parent 19569a9 commit 683d2ab

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

1010
- n/a
1111

12+
## [2.41.0] - 2024-10-02
13+
14+
- `YumRepository.upload_comps_xml` now writes all fields on uploaded units
15+
even when absent from the given XML, giving a more consistent "replace
16+
existing comps" behavior.
17+
1218
## [2.40.1] - 2024-09-27
1319

1420
- Added support for repository creation with Distributor
@@ -486,7 +492,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
486492

487493
- Initial release to PyPI
488494

489-
[Unreleased]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.40.1...HEAD
495+
[Unreleased]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.41.0...HEAD
496+
[2.41.0]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.40.1...v2.41.0
490497
[2.40.1]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.2...v2.40.1
491498
[2.39.2]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.1...v2.39.2
492499
[2.39.1]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.0...v2.39.1

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.40.1",
39+
version="2.41.0",
4040
packages=find_namespace_packages(where="src"),
4141
package_dir={"": "src"},
4242
package_data={"pubtools.pulplib._impl.schema": ["*.yaml"]},

0 commit comments

Comments
 (0)