File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class PulpContainerPluginAppConfig(PulpPluginAppConfig):
2424
2525 name = "pulp_container.app"
2626 label = "container"
27- version = "2.24.11 "
27+ version = "2.24.12.dev "
2828 python_package_name = "pulp-container"
2929 domain_compatible = True
3030
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.24.11 "
10+ version = " 2.24.12.dev "
1111description = " Container plugin for the Pulp Project"
1212readme = " README.md"
1313authors = [
@@ -90,7 +90,7 @@ ignore = [
9090[tool .bumpversion ]
9191# This section is managed by the plugin template. Do not edit manually.
9292
93- current_version = " 2.24.11 "
93+ current_version = " 2.24.12.dev "
9494commit = false
9595tag = false
9696parse = " (?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