Skip to content

Commit 9a21c84

Browse files
committed
Bump version: 2.26.13 → 2.26.14.dev
1 parent cc3b0d4 commit 9a21c84

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pulp_container/app/__init__.py

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

2525
name = "pulp_container.app"
2626
label = "container"
27-
version = "2.26.13"
27+
version = "2.26.14.dev"
2828
python_package_name = "pulp-container"
2929
domain_compatible = True
3030

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.13"
10+
version = "2.26.14.dev"
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.13"
92+
current_version = "2.26.14.dev"
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)