From 29b0177a3a3899f3cbb76b79a1e7943117c3c79b Mon Sep 17 00:00:00 2001 From: pulpbot Date: Tue, 18 Oct 2022 13:26:07 +0000 Subject: [PATCH] Release 2.17.2 GH Issues: 601,571,575,603 [noissue] --- .bumpversion.cfg | 2 +- docs/conf.py | 4 ++-- pulp_deb/app/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5bcda5d9a..6c3515c0e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.17.2.dev +current_version = 2.17.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 9f3deca43..9f655e2bc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,9 +55,9 @@ # built documents. # # The short X.Y version. -version = "2.17.2.dev" +version = "2.17.2" # The full version, including alpha/beta/rc tags. -release = "2.17.2.dev" +release = "2.17.2" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pulp_deb/app/__init__.py b/pulp_deb/app/__init__.py index 11c082ef3..c7bb83640 100644 --- a/pulp_deb/app/__init__.py +++ b/pulp_deb/app/__init__.py @@ -6,4 +6,4 @@ class PulpDebPluginAppConfig(PulpPluginAppConfig): name = "pulp_deb.app" label = "deb" - version = "2.17.2.dev" + version = "2.17.2" diff --git a/setup.py b/setup.py index c0cf2a8a2..2e62072d3 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="pulp-deb", - version="2.17.2.dev", + version="2.17.2", description="pulp-deb plugin for the Pulp Project", long_description=long_description, long_description_content_type="text/markdown",