We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 503d3a6 commit 247a9bcCopy full SHA for 247a9bc
2 files changed
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [2.43.3] - 2026-06-01
11
+
12
### Fixed
13
- YumSyncOption's `skip` parameter is now correctly passed to the rhsm-pulp API as `type_skip_list`
14
setup.py
@@ -36,7 +36,7 @@ def get_requirements():
36
37
setup(
38
name="pubtools-pulplib",
39
- version="2.43.2",
+ version="2.43.3",
40
packages=find_namespace_packages(where="src"),
41
package_dir={"": "src"},
42
package_data={"pubtools.pulplib._impl.schema": ["*.yaml"]},
0 commit comments