From 14eb8bac81047ddbb2a00707a01b4a875970cbfc Mon Sep 17 00:00:00 2001 From: pulpbot Date: Tue, 18 Oct 2022 23:30:44 +0000 Subject: [PATCH] Release 1.11.2 GH Issues: [noissue] --- .bumpversion.cfg | 2 +- docs/conf.py | 4 ++-- pulp_file/app/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1495eb03..13ebcf01 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.11.2.dev +current_version = 1.11.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 4fc60151..f577a3fa 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,9 +56,9 @@ # built documents. # # The short X.Y version. -version = "1.11.2.dev" +version = "1.11.2" # The full version, including alpha/beta/rc tags. -release = "1.11.2.dev" +release = "1.11.2" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pulp_file/app/__init__.py b/pulp_file/app/__init__.py index 257f2569..ef322681 100644 --- a/pulp_file/app/__init__.py +++ b/pulp_file/app/__init__.py @@ -8,5 +8,5 @@ class PulpFilePluginAppConfig(PulpPluginAppConfig): name = "pulp_file.app" label = "file" - version = "1.11.2.dev" + version = "1.11.2" python_package_name = "pulp-file" diff --git a/setup.py b/setup.py index f277316b..84b9668b 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="pulp-file", - version="1.11.2.dev", + version="1.11.2", description="File plugin for the Pulp Project", long_description=long_description, license="GPLv2+",