File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99[ // ] : # ( towncrier release notes start )
1010
11+ ## 2.27.6 (2026-04-09) {: #2 .27.6 }
12+
13+ No significant changes.
14+
15+ ---
16+
1117## 2.27.5 (2026-04-01) {: #2 .27.5 }
1218
1319#### Bugfixes {: #2 .27.5-bugfix }
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class PulpContainerPluginAppConfig(PulpPluginAppConfig):
2323
2424 name = "pulp_container.app"
2525 label = "container"
26- version = "2.27.6.dev "
26+ version = "2.27.6"
2727 python_package_name = "pulp-container"
2828 domain_compatible = True
2929
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.27.6.dev "
10+ version = " 2.27.6"
1111description = " Container plugin for the Pulp Project"
1212readme = " README.md"
1313authors = [
@@ -89,7 +89,7 @@ ignore = [
8989[tool .bumpversion ]
9090# This section is managed by the plugin template. Do not edit manually.
9191
92- current_version = " 2.27.6.dev "
92+ current_version = " 2.27.6"
9393commit = false
9494tag = false
9595parse = " (?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