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