Skip to content

Commit 6831f54

Browse files
committed
Release 3.27.9
1 parent 86446bd commit 6831f54

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88

99
[//]: # (towncrier release notes start)
1010

11+
## 3.27.9 (2025-10-13) {: #3.27.9 }
12+
13+
#### Bugfixes {: #3.27.9-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.27.8 (2025-09-12) {: #3.27.8 }
1221

1322
No significant changes.

CHANGES/4124.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

pulp_rpm/app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ class PulpRpmPluginAppConfig(PulpPluginAppConfig):
88

99
name = "pulp_rpm.app"
1010
label = "rpm"
11-
version = "3.27.9.dev"
11+
version = "3.27.9"
1212
python_package_name = "pulp-rpm"
1313
domain_compatible = True

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ exclude = '''
5151
[tool.bumpversion]
5252
# This section is managed by the plugin template. Do not edit manually.
5353

54-
current_version = "3.27.9.dev"
54+
current_version = "3.27.9"
5555
commit = false
5656
tag = false
5757
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<alpha>0a)?(?P<patch>\\d+)(\\.(?P<release>[a-z]+))?"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="pulp-rpm",
13-
version="3.27.9.dev",
13+
version="3.27.9",
1414
description="RPM plugin for the Pulp Project",
1515
long_description=long_description,
1616
license="GPLv2+",

0 commit comments

Comments
 (0)