From 15e298c9da6022ca4397140c09e361038c9ddd11 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Wed, 29 Mar 2023 22:42:25 +0000 Subject: [PATCH] Release 3.18.13 GH Issues: 2882,2878,3039,2879,2870,2871,2868,2867,2876,2242 [noissue] --- .bumpversion.cfg | 2 +- docs/conf.py | 4 ++-- pulp_rpm/app/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7fc237cb3..70ca349b5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.18.13.dev +current_version = 3.18.13 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 3d67597d4..1e83a5176 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,9 +60,9 @@ # built documents. # # The short X.Y version. -version = "3.18.13.dev" +version = "3.18.13" # The full version, including alpha/beta/rc tags. -release = "3.18.13.dev" +release = "3.18.13" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pulp_rpm/app/__init__.py b/pulp_rpm/app/__init__.py index 8b669d855..0e011c2e2 100644 --- a/pulp_rpm/app/__init__.py +++ b/pulp_rpm/app/__init__.py @@ -8,5 +8,5 @@ class PulpRpmPluginAppConfig(PulpPluginAppConfig): name = "pulp_rpm.app" label = "rpm" - version = "3.18.13.dev" + version = "3.18.13" python_package_name = "pulp-rpm" diff --git a/setup.py b/setup.py index a7f6eb4f2..b72bec7d3 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="pulp-rpm", - version="3.18.13.dev", + version="3.18.13", description="RPM plugin for the Pulp Project", long_description=long_description, license="GPLv2+",