From 9f297ddd646ab0c60337f18bbb615b1468cea9a9 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Tue, 16 May 2023 22:57:00 +0000 Subject: [PATCH] Release 3.17.18 GH Issues: 2278 [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 53421846c..8bc9aa04d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.17.18.dev +current_version = 3.17.18 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 7c5d74f33..b119463a8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,9 +60,9 @@ # built documents. # # The short X.Y version. -version = "3.17.18.dev" +version = "3.17.18" # The full version, including alpha/beta/rc tags. -release = "3.17.18.dev" +release = "3.17.18" # 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 076f7ad33..dc416ec91 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.17.18.dev" + version = "3.17.18" python_package_name = "pulp-rpm" diff --git a/setup.py b/setup.py index 77b9518d3..5e33752d0 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="pulp-rpm", - version="3.17.18.dev", + version="3.17.18", description="RPM plugin for the Pulp Project", long_description=long_description, license="GPLv2+",