Skip to content

Commit 247a9bc

Browse files
committed
Release v2.43.3
1 parent 503d3a6 commit 247a9bc

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.43.3] - 2026-06-01
11+
1012
### Fixed
1113
- YumSyncOption's `skip` parameter is now correctly passed to the rhsm-pulp API as `type_skip_list`
1214

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.2",
39+
version="2.43.3",
4040
packages=find_namespace_packages(where="src"),
4141
package_dir={"": "src"},
4242
package_data={"pubtools.pulplib._impl.schema": ["*.yaml"]},

0 commit comments

Comments
 (0)