Skip to content

Commit e4b615d

Browse files
committed
Release v2.42.1
1 parent 92025ef commit e4b615d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
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.42.1] - 2025-04-01
13+
14+
- Updated default value of `YumRepository.ubi_config_version`
15+
1216
## [2.42.0] - 2025-03-26
1317

1418
- Fix matching all content when content type id is empty in search criteria
@@ -498,8 +502,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
498502

499503
- Initial release to PyPI
500504

501-
[Unreleased]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.42.0...HEAD
502-
[2.42.0]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.41.1...v2.42.0
505+
[Unreleased]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.42.1...HEAD
506+
[2.42.1]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.42.0...v2.42.1
507+
[2.42.0]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.41.0...v2.42.0
503508
[2.41.0]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.40.1...v2.41.0
504509
[2.40.1]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.2...v2.40.1
505510
[2.39.2]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.1...v2.39.2

setup.py

Lines changed: 1 addition & 1 deletion
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.42.0",
39+
version="2.42.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)