File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
[ // ] : # ( towncrier release notes start )
10
10
11
+ ## 2.26.2 (2025-09-13) {: #2 .26.2 }
12
+
13
+ #### Bugfixes {: #2 .26.2-bugfix }
14
+
15
+ - Fixed a replicate issue failing to create the distributions when using pulpcore>=3.70
16
+
17
+ ---
18
+
11
19
## 2.26.1 (2025-09-04) {: #2 .26.1 }
12
20
13
21
#### Bugfixes {: #2 .26.1-bugfix }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ class PulpContainerPluginAppConfig(PulpPluginAppConfig):
6
6
7
7
name = "pulp_container.app"
8
8
label = "container"
9
- version = "2.26.2.dev "
9
+ version = "2.26.2"
10
10
python_package_name = "pulp-container"
11
11
domain_compatible = True
12
12
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta'
7
7
8
8
[project ]
9
9
name = " pulp-container"
10
- version = " 2.26.2.dev "
10
+ version = " 2.26.2"
11
11
description = " Container plugin for the Pulp Project"
12
12
readme = " README.md"
13
13
authors = [
@@ -86,7 +86,7 @@ ignore = [
86
86
[tool .bumpversion ]
87
87
# This section is managed by the plugin template. Do not edit manually.
88
88
89
- current_version = " 2.26.2.dev "
89
+ current_version = " 2.26.2"
90
90
commit = false
91
91
tag = false
92
92
parse = " (?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