Skip to content

Commit b1b8235

Browse files
committed
Release 3.32.5
1 parent 4f6cc8c commit b1b8235

File tree

4 files changed

+12
-4
lines changed

4 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.32.5 (2025-10-15) {: #3.32.5 }
12+
13+
#### Bugfixes {: #3.32.5-bugfix }
14+
15+
- Fixed the chunk uploads as part of the synchronous RPM upload.
16+
[#4179](https://github.com/pulp/pulp_rpm/issues/4179)
17+
18+
---
19+
1120
## 3.32.4 (2025-10-13) {: #3.32.4 }
1221

1322
#### Bugfixes {: #3.32.4-bugfix }

CHANGES/4179.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.32.5.dev"
11+
version = "3.32.5"
1212
python_package_name = "pulp-rpm"
1313
domain_compatible = True

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta'
77

88
[project]
99
name = "pulp-rpm"
10-
version = "3.32.5.dev"
10+
version = "3.32.5"
1111
description = "Pulp plugin to manage RPM repositories"
1212
readme = "README.rst"
1313
authors = [
@@ -99,7 +99,7 @@ exclude = '''
9999
[tool.bumpversion]
100100
# This section is managed by the plugin template. Do not edit manually.
101101

102-
current_version = "3.32.5.dev"
102+
current_version = "3.32.5"
103103
commit = false
104104
tag = false
105105
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<alpha>0a)?(?P<patch>\\d+)(\\.(?P<release>[a-z]+))?"

0 commit comments

Comments
 (0)