Skip to content

Commit dd55354

Browse files
committed
Bump version: 2.22.5 → 2.22.6.dev
1 parent 752f793 commit dd55354

3 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
@@ -6,7 +6,7 @@ class PulpContainerPluginAppConfig(PulpPluginAppConfig):
66

77
name = "pulp_container.app"
88
label = "container"
9-
version = "2.22.5"
9+
version = "2.22.6.dev"
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.5"
58+
current_version = "2.22.6.dev"
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.5",
13+
version="2.22.6.dev",
1414
description="Container plugin for the Pulp Project",
1515
long_description=long_description,
1616
license="GPLv2+",

0 commit comments

Comments
 (0)