Skip to content

Commit 93b427e

Browse files
committed
Release 2.22.3
1 parent ac2d128 commit 93b427e

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
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

1322
No significant changes.

CHANGES/2122.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

pulp_container/app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
5959
commit = false
6060
tag = false
6161
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<alpha>0a)?(?P<patch>\\d+)(\\.(?P<release>[a-z]+))?"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
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+",

0 commit comments

Comments
 (0)