From 0c805436308ebf7a65a8980de09abcb67b616d04 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Thu, 16 Dec 2021 17:50:53 +0000 Subject: [PATCH] Release 0.3.2 Redmine Query: https://pulp.plan.io/issues?set_filter=1&status_id=*&issue_id=8678 Redmine Milestone: https://pulp.plan.io/versions/340.json [noissue] --- .bumpversion.cfg | 2 +- docs/conf.py | 4 ++-- pulp_maven/app/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f9bbbbe..45eb7d6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.2.dev +current_version = 0.3.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 d62ae06..1ec87d3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,9 +55,9 @@ # built documents. # # The short X.Y version. -version = "0.3.2.dev" +version = "0.3.2" # The full version, including alpha/beta/rc tags. -release = "0.3.2.dev" +release = "0.3.2" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pulp_maven/app/__init__.py b/pulp_maven/app/__init__.py index c5c5a4d..65878b3 100644 --- a/pulp_maven/app/__init__.py +++ b/pulp_maven/app/__init__.py @@ -6,4 +6,4 @@ class PulpMavenPluginAppConfig(PulpPluginAppConfig): name = "pulp_maven.app" label = "maven" - version = "0.3.2.dev" + version = "0.3.2" diff --git a/setup.py b/setup.py index 15d11f0..9c91e16 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="pulp-maven", - version="0.3.2.dev", + version="0.3.2", description="pulp-maven plugin for the Pulp Project", license="GPLv2+", author="Pulp Project Developers",