File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 88
99[ // ] : # ( towncrier release notes start )
1010
11+ ## 2.5.3 (2025-10-30) {: #2 .5.3 }
12+
13+ No significant changes.
14+
15+ ---
16+
1117## 2.5.2 (2025-10-30) {: #2 .5.2 }
1218
1319No significant changes.
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ class PulpOstreePluginAppConfig(PulpPluginAppConfig):
66
77 name = "pulp_ostree.app"
88 label = "ostree"
9- version = "2.5.3.dev "
9+ version = "2.5.3"
1010 python_package_name = "pulp-ostree"
1111 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-ostree"
10- version = " 2.5.3.dev "
10+ version = " 2.5.3"
1111description = " OSTree plugin for the Pulp Project"
1212readme = " README.md"
1313authors = [
@@ -121,7 +121,7 @@ ignore = [
121121[tool .bumpversion ]
122122# This section is managed by the plugin template. Do not edit manually.
123123
124- current_version = " 2.5.3.dev "
124+ current_version = " 2.5.3"
125125commit = false
126126tag = false
127127parse = " (?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