File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
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.42.1] - 2025-04-01
13
+
14
+ - Updated default value of ` YumRepository.ubi_config_version `
15
+
12
16
## [ 2.42.0] - 2025-03-26
13
17
14
18
- 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
498
502
499
503
- Initial release to PyPI
500
504
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
503
508
[ 2.41.0 ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.40.1...v2.41.0
504
509
[ 2.40.1 ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.2...v2.40.1
505
510
[ 2.39.2 ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.1...v2.39.2
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.42.0 " ,
39
+ version = "2.42.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