Skip to content

Commit

Permalink
Release 2.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanpm committed Oct 2, 2024
1 parent 19569a9 commit 683d2ab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- n/a

## [2.41.0] - 2024-10-02

- `YumRepository.upload_comps_xml` now writes all fields on uploaded units
even when absent from the given XML, giving a more consistent "replace
existing comps" behavior.

## [2.40.1] - 2024-09-27

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

- Initial release to PyPI

[Unreleased]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.40.1...HEAD
[Unreleased]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.41.0...HEAD
[2.41.0]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.40.1...v2.41.0
[2.40.1]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.2...v2.40.1
[2.39.2]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.1...v2.39.2
[2.39.1]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.0...v2.39.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def get_requirements():

setup(
name="pubtools-pulplib",
version="2.40.1",
version="2.41.0",
packages=find_namespace_packages(where="src"),
package_dir={"": "src"},
package_data={"pubtools.pulplib._impl.schema": ["*.yaml"]},
Expand Down

0 comments on commit 683d2ab

Please sign in to comment.