File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99[ // ] : # ( towncrier release notes start )
1010
11+ ## 2.24.10 (2026-04-24) {: #2 .24.10 }
12+
13+ No significant changes.
14+
15+ ---
16+
1117## 2.24.9 (2026-04-01) {: #2 .24.9 }
1218
1319#### Bugfixes {: #2 .24.9-bugfix }
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class PulpContainerPluginAppConfig(PulpPluginAppConfig):
2323
2424 name = "pulp_container.app"
2525 label = "container"
26- version = "2.24.10.dev "
26+ version = "2.24.10"
2727 python_package_name = "pulp-container"
2828 domain_compatible = True
2929
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta'
77
88[project ]
99name = " pulp-container"
10- version = " 2.24.10.dev "
10+ version = " 2.24.10"
1111description = " Container plugin for the Pulp Project"
1212readme = " README.md"
1313authors = [
@@ -90,7 +90,7 @@ ignore = [
9090[tool .bumpversion ]
9191# This section is managed by the plugin template. Do not edit manually.
9292
93- current_version = " 2.24.10.dev "
93+ current_version = " 2.24.10"
9494commit = false
9595tag = false
9696parse = " (?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