File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed
Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 88
99[ // ] : # ( towncrier release notes start )
1010
11+ ## 3.33.1 (2025-11-04) {: #3 .33.1 }
12+
13+ #### Misc {: #3 .33.1-misc }
14+
15+ -
16+
17+ ---
18+
1119## 3.33.0 (2025-10-23) {: #3 .33.0 }
1220
1321#### Features {: #3 .33.0-feature }
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.33.1.dev "
11+ version = "3.33.1"
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.33.1.dev "
10+ version = " 3.33.1"
1111description = " Pulp plugin to manage RPM repositories"
1212readme = " README.rst"
1313authors = [
@@ -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.33.1.dev "
102+ current_version = " 3.33.1"
103103commit = false
104104tag = false
105105parse = " (?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