From 78a8e70b4f36933d7163411f476314f2fbfb5aa1 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Thu, 22 Jul 2021 12:38:45 +0000 Subject: [PATCH] Release 2.14.0 Redmine Query: https://pulp.plan.io/issues?set_filter=1&status_id=*&issue_id=8910,6948,8506,9036 Redmine Milestone: https://pulp.plan.io/versions/239.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 e09bde9ae..50b125a7e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.14.0.dev +current_version = 2.14.0 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 8acdb1aa6..763f88a32 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,9 +55,9 @@ # built documents. # # The short X.Y version. -version = "2.14.0.dev" +version = "2.14.0" # The full version, including alpha/beta/rc tags. -release = "2.14.0.dev" +release = "2.14.0" # 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 21bb3753a..81288b366 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.14.0.dev" + version = "2.14.0" diff --git a/setup.py b/setup.py index 46a37062e..f7516a9e0 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="pulp-deb", - version="2.14.0.dev", + version="2.14.0", description="pulp-deb plugin for the Pulp Project", long_description=long_description, long_description_content_type="text/markdown",