Skip to content

Commit 7282af2

Browse files
committed
Release v2.43.1
1 parent 767d513 commit 7282af2

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
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.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

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.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"]},

0 commit comments

Comments
 (0)