Skip to content

Commit 2f36dd6

Browse files
committed
Release v2.43.0
1 parent ef13700 commit 2f36dd6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

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.0] - 2025-10-02
13+
14+
- Added `filelist` attr and `get_files()` method to RpmUnit
15+
1216
## [2.42.1] - 2025-04-01
1317

1418
- Updated default value of `YumRepository.ubi_config_version`
@@ -502,7 +506,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
502506

503507
- Initial release to PyPI
504508

505-
[Unreleased]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.42.1...HEAD
509+
[Unreleased]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.43.0...HEAD
510+
[2.43.0]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.42.1...v2.43.0
506511
[2.42.1]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.42.0...v2.42.1
507512
[2.42.0]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.41.0...v2.42.0
508513
[2.41.0]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.40.1...v2.41.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.42.1",
39+
version="2.43.0",
4040
packages=find_namespace_packages(where="src"),
4141
package_dir={"": "src"},
4242
package_data={"pubtools.pulplib._impl.schema": ["*.yaml"]},

0 commit comments

Comments
 (0)