File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 88
99[ // ] : # ( towncrier release notes start )
1010
11+ ## 3.29.8 (2025-10-13) {: #3 .29.8 }
12+
13+ #### Bugfixes {: #3 .29.8-bugfix }
14+
15+ - Fix a bug where the ` retain_package_versions ` feature (and prune and a few others) was not correctly determining which packages were most recent.
16+ [ #4124 ] ( https://github.com/pulp/pulp_rpm/issues/4124 )
17+
18+ ---
19+
1120## 3.29.7 (2025-09-12) {: #3 .29.7 }
1221
1322#### Bugfixes {: #3 .29.7-bugfix }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ class PulpRpmPluginAppConfig(PulpPluginAppConfig):
88
99 name = "pulp_rpm.app"
1010 label = "rpm"
11- version = "3.29.8.dev "
11+ version = "3.29.8"
1212 python_package_name = "pulp-rpm"
1313 domain_compatible = True
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta'
77
88[project ]
99name = " pulp-rpm"
10- version = " 3.29.8.dev "
10+ version = " 3.29.8"
1111description = " Pulp plugin to manage RPM repositories"
1212readme = " README.rst"
1313authors = [
@@ -100,7 +100,7 @@ exclude = '''
100100[tool .bumpversion ]
101101# This section is managed by the plugin template. Do not edit manually.
102102
103- current_version = " 3.29.8.dev "
103+ current_version = " 3.29.8"
104104commit = false
105105tag = false
106106parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<alpha>0a)?(?P<patch>\\ d+)(\\ .(?P<release>[a-z]+))?"
You can’t perform that action at this time.
0 commit comments