From 9c5e07c1e763c840759bc23477f95ec300dbf451 Mon Sep 17 00:00:00 2001 From: Quirin Pamp Date: Tue, 25 May 2021 14:39:27 +0200 Subject: [PATCH] Release 2.12.1 Redmine Query: https://pulp.plan.io/issues?set_filter=1&status_id=*&issue_id=8735 Redmine Milestone: https://pulp.plan.io/versions/229.json [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 a36428137..bb9891eaf 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.12.1.dev +current_version = 2.12.1 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 02f0979d7..988ee7a68 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,9 +55,9 @@ # built documents. # # The short X.Y version. -version = "2.12.1.dev" +version = "2.12.1" # The full version, including alpha/beta/rc tags. -release = "2.12.1.dev" +release = "2.12.1" # 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 342f693b6..1bc582162 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.12.1.dev" + version = "2.12.1" diff --git a/setup.py b/setup.py index 77d3284b1..62c0d85bb 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="pulp-deb", - version="2.12.1.dev", + version="2.12.1", description="pulp-deb plugin for the Pulp Project", long_description=long_description, long_description_content_type="text/markdown",