File tree Expand file tree Collapse file tree 5 files changed +12
-4
lines changed
Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 88
99[ // ] : # ( towncrier release notes start )
1010
11+ ## 2.22.3 (2025-12-16) {: #2 .22.3 }
12+
13+ #### Bugfixes {: #2 .22.3-bugfix }
14+
15+ - Fix an ` AttributeError ` issue that most commonly appears when running the ` container-handle-image-data ` management command.
16+ [ #2122 ] ( https://github.com/pulp/pulp_container/issues/2122 )
17+
18+ ---
19+
1120## 2.22.2 (2025-04-03) {: #2 .22.2 }
1221
1322No significant changes.
Load Diff This file was deleted.
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.22.3.dev "
9+ version = "2.22.3"
1010 python_package_name = "pulp-container"
1111
1212 def ready (self ):
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ ignore = [
5555[tool .bumpversion ]
5656# This section is managed by the plugin template. Do not edit manually.
5757
58- current_version = " 2.22.3.dev "
58+ current_version = " 2.22.3"
5959commit = false
6060tag = false
6161parse = " (?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.22.3.dev " ,
13+ version = "2.22.3" ,
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