From 01a90fc69a30b254b2cc4b2c4d602d73e86eff50 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Wed, 30 Oct 2024 15:21:50 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.4.4=20=E2=86=92=202.4.5.dev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/conf.py | 4 ++-- pulp_ostree/app/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 20f64f9..7259391 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.4.4 +current_version = 2.4.5.dev commit = False tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+))? diff --git a/docs/conf.py b/docs/conf.py index 489c645..fefd3dc 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -73,9 +73,9 @@ # built documents. # # The short X.Y version. -version = "2.4.4" +version = "2.4.5.dev" # The full version, including alpha/beta/rc tags. -release = "2.4.4" +release = "2.4.5.dev" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pulp_ostree/app/__init__.py b/pulp_ostree/app/__init__.py index 094ab86..25b6549 100755 --- a/pulp_ostree/app/__init__.py +++ b/pulp_ostree/app/__init__.py @@ -6,6 +6,6 @@ class PulpOstreePluginAppConfig(PulpPluginAppConfig): name = "pulp_ostree.app" label = "ostree" - version = "2.4.4" + version = "2.4.5.dev" python_package_name = "pulp-ostree" domain_compatible = True diff --git a/setup.py b/setup.py index 83db878..134f29c 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="pulp-ostree", - version="2.4.4", + version="2.4.5.dev", description="OSTree plugin for the Pulp Project", long_description=long_description, long_description_content_type="text/markdown",