From b54e9e77596e899226fdd8e247474044932cae45 Mon Sep 17 00:00:00 2001 From: Quirin Pamp Date: Mon, 10 May 2021 14:57:25 +0200 Subject: [PATCH] Release 2.12.0 Redmine Query: https://pulp.plan.io/issues?set_filter=1&status_id=*&issue_id=8682,8410,8520 Redmine Milestone: https://pulp.plan.io/versions/224.json [noissue] --- .bumpversion.cfg | 2 +- docs/conf.py | 4 ++-- pulp_deb/app/__init__.py | 2 +- requirements.txt | 2 +- setup.py | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 32871297a..60aba4d64 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.12.0.dev +current_version = 2.12.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 b42f63904..17c896cbc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,9 +55,9 @@ # built documents. # # The short X.Y version. -version = "2.12.0.dev" +version = "2.12.0" # The full version, including alpha/beta/rc tags. -release = "2.12.0.dev" +release = "2.12.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 2ccd2a406..133daa1f7 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.0.dev" + version = "2.12.0" diff --git a/requirements.txt b/requirements.txt index e1b2c8133..b7840b752 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -pulpcore>=3.12 +pulpcore>=3.12,<3.14 python-debian>=0.1.36 diff --git a/setup.py b/setup.py index 4e3d3cfb5..c60c725ab 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="pulp-deb", - version="2.12.0.dev", + version="2.12.0", description="pulp-deb plugin for the Pulp Project", long_description=long_description, long_description_content_type="text/markdown",