File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88[ // ] : # ( towncrier release notes start )
99
10+ ## 2.19.11 (2026-04-24) {: #2 .19.11 }
11+
12+ No significant changes.
13+
14+ ---
15+
1016## 2.19.10 (2026-04-09) {: #2 .19.10 }
1117
1218No significant changes.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ class PulpContainerPluginAppConfig(PulpPluginAppConfig):
66
77 name = "pulp_container.app"
88 label = "container"
9- version = "2.19.11.dev "
9+ version = "2.19.11"
1010 python_package_name = "pulp-container"
1111
1212 def ready (self ):
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.19.11.dev "
60+ current_version = " 2.19.11"
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.19.11.dev " ,
13+ version = "2.19.11" ,
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