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.20.9 (2026-04-24) {: #2 .20.9 }
12+
13+ No significant changes.
14+
15+ ---
16+
1117## 2.20.8 (2026-03-30) {: #2 .20.8 }
1218
1319#### Bugfixes {: #2 .20.8-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.20.9.dev "
26+ version = "2.20.9"
2727 python_package_name = "pulp-container"
2828
2929 @staticmethod
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ ignore = [
5757[tool .bumpversion ]
5858# This section is managed by the plugin template. Do not edit manually.
5959
60- current_version = " 2.20.9.dev "
60+ current_version = " 2.20.9"
6161commit = false
6262tag = false
6363parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<alpha>0a)?(?P<patch>\\ d+)(\\ .(?P<release>[a-z]+))?"
Original file line number Diff line number Diff line change 1010
1111setup (
1212 name = "pulp-container" ,
13- version = "2.20.9.dev " ,
13+ version = "2.20.9" ,
1414 description = "Container plugin for the Pulp Project" ,
1515 long_description = long_description ,
1616 license = "GPLv2+" ,
You can’t perform that action at this time.
0 commit comments