File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
99
1010- n/a
1111
12+ ## [ 2.43.1] - 2026-01-21
13+
14+ - Fixed search request for ` TaskPoller `
15+
1216## [ 2.43.0] - 2025-10-02
1317
1418- Added ` filelist ` attr and ` get_files() ` method to RpmUnit
@@ -506,7 +510,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
506510
507511- Initial release to PyPI
508512
509- [ Unreleased ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.43.0...HEAD
513+ [ Unreleased ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.43.1...HEAD
514+ [ 2.43.1 ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.43.0...v2.43.1
510515[ 2.43.0 ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.42.1...v2.43.0
511516[ 2.42.1 ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.42.0...v2.42.1
512517[ 2.42.0 ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.41.0...v2.42.0
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def get_requirements():
3636
3737setup (
3838 name = "pubtools-pulplib" ,
39- version = "2.43.0 " ,
39+ version = "2.43.1 " ,
4040 packages = find_namespace_packages (where = "src" ),
4141 package_dir = {"" : "src" },
4242 package_data = {"pubtools.pulplib._impl.schema" : ["*.yaml" ]},
You can’t perform that action at this time.
0 commit comments