From 75b67729196e41f7c5acc5c80647cdc38e349713 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Thu, 30 Mar 2023 11:32:07 +0000 Subject: [PATCH] Release 2.14.4 GH Issues: 1209,1227 [noissue] --- .bumpversion.cfg | 2 +- docs/conf.py | 4 ++-- pulp_container/app/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 213d02eed..9223e0985 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.14.4.dev +current_version = 2.14.4 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 5ff01f1f4..6eecc6626 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,9 +57,9 @@ # built documents. # # The short X.Y version. -version = "2.14.4.dev" +version = "2.14.4" # The full version, including alpha/beta/rc tags. -release = "2.14.4.dev" +release = "2.14.4" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pulp_container/app/__init__.py b/pulp_container/app/__init__.py index 7b1c8bb45..4c876a56e 100644 --- a/pulp_container/app/__init__.py +++ b/pulp_container/app/__init__.py @@ -6,5 +6,5 @@ class PulpContainerPluginAppConfig(PulpPluginAppConfig): name = "pulp_container.app" label = "container" - version = "2.14.4.dev" + version = "2.14.4" python_package_name = "pulp-container" diff --git a/setup.py b/setup.py index 6b95a936e..f6aa7e2ed 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="pulp-container", - version="2.14.4.dev", + version="2.14.4", description="Container plugin for the Pulp Project", long_description=long_description, license="GPLv2+",