Skip to content

Commit 71b21a2

Browse files
committed
Release 2.26.12
1 parent 1a22d9e commit 71b21a2

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88

99
[//]: # (towncrier release notes start)
1010

11+
## 2.26.12 (2026-04-24) {: #2.26.12 }
12+
13+
No significant changes.
14+
15+
---
16+
1117
## 2.26.11 (2026-04-09) {: #2.26.11 }
1218

1319
No significant changes.

pulp_container/app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class PulpContainerPluginAppConfig(PulpPluginAppConfig):
2323

2424
name = "pulp_container.app"
2525
label = "container"
26-
version = "2.26.12.dev"
26+
version = "2.26.12"
2727
python_package_name = "pulp-container"
2828
domain_compatible = True
2929

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta'
77

88
[project]
99
name = "pulp-container"
10-
version = "2.26.12.dev"
10+
version = "2.26.12"
1111
description = "Container plugin for the Pulp Project"
1212
readme = "README.md"
1313
authors = [
@@ -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.26.12.dev"
92+
current_version = "2.26.12"
9393
commit = false
9494
tag = false
9595
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<alpha>0a)?(?P<patch>\\d+)(\\.(?P<release>[a-z]+))?"

0 commit comments

Comments
 (0)