From 6cb6d003e922e7de841ca97d5e7b5f79195ddc72 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Sat, 22 Oct 2022 12:53:47 +0000 Subject: [PATCH] Release 2.14.2 GH Issues: [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 b23a74228..7c39f58e9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.14.2.dev +current_version = 2.14.2 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 066d66a08..cf3bb97dc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,9 +57,9 @@ # built documents. # # The short X.Y version. -version = "2.14.2.dev" +version = "2.14.2" # The full version, including alpha/beta/rc tags. -release = "2.14.2.dev" +release = "2.14.2" # 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 fda26885b..589704546 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.2.dev" + version = "2.14.2" python_package_name = "pulp-container" diff --git a/setup.py b/setup.py index a01b4a6c3..7b84472e9 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="pulp-container", - version="2.14.2.dev", + version="2.14.2", description="Container plugin for the Pulp Project", long_description=long_description, license="GPLv2+",