File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
Expand file tree Collapse file tree 4 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.26.5 (2025-12-15) {: #2 .26.5 }
12+
13+ #### Bugfixes {: #2 .26.5-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.26.4 (2025-12-15) {: #2 .26.4 }
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.26.5.dev "
9+ version = "2.26.5"
1010 python_package_name = "pulp-container"
1111 domain_compatible = True
1212
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.26.5.dev "
10+ version = " 2.26.5"
1111description = " Container plugin for the Pulp Project"
1212readme = " README.md"
1313authors = [
@@ -86,7 +86,7 @@ ignore = [
8686[tool .bumpversion ]
8787# This section is managed by the plugin template. Do not edit manually.
8888
89- current_version = " 2.26.5.dev "
89+ current_version = " 2.26.5"
9090commit = false
9191tag = false
9292parse = " (?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