From 76a6d09667410fef098b1d8f479a5ff1541546a9 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Tue, 11 Jan 2022 12:42:16 +0000 Subject: [PATCH] Release 2.0.0a3 [noissue] --- .bumpversion.cfg | 2 +- docs/conf.py | 4 ++-- pulp_ostree/app/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b9d6f76a..bc4f4f52 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.0a3.dev +current_version = 2.0.0a3 commit = False tag = False parse = (?P\d+)\.(?P\d+)\.(0a)?(?P\d+)(\.(?P[a-z]+))? diff --git a/docs/conf.py b/docs/conf.py index 8a3b227b..6ce29eed 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,9 +53,9 @@ # built documents. # # The short X.Y version. -version = "2.0.0a3.dev" +version = "2.0.0a3" # The full version, including alpha/beta/rc tags. -release = "2.0.0a3.dev" +release = "2.0.0a3" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pulp_ostree/app/__init__.py b/pulp_ostree/app/__init__.py index a5be2a84..cac5129c 100755 --- a/pulp_ostree/app/__init__.py +++ b/pulp_ostree/app/__init__.py @@ -6,4 +6,4 @@ class PulpOstreePluginAppConfig(PulpPluginAppConfig): name = "pulp_ostree.app" label = "ostree" - version = "2.0.0a3.dev" + version = "2.0.0a3" diff --git a/setup.py b/setup.py index 84ab9263..9b52fc7d 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="pulp-ostree", - version="2.0.0a3.dev", + version="2.0.0a3", description="OSTree plugin for the Pulp Project", long_description=long_description, long_description_content_type="text/markdown",