From f215f5eadc1f8b6f2c3c4510e61cb508ad52b9b9 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Wed, 20 Dec 2023 14:01:52 +0000 Subject: [PATCH] Release 0.8.0 GH Issues: [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 092faff..15c7295 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.0.dev +current_version = 0.8.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 24fcebc..92441aa 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -74,9 +74,9 @@ # built documents. # # The short X.Y version. -version = "0.8.0.dev" +version = "0.8.0" # The full version, including alpha/beta/rc tags. -release = "0.8.0.dev" +release = "0.8.0" # 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 b1592b0..d9719cb 100644 --- a/pulp_maven/app/__init__.py +++ b/pulp_maven/app/__init__.py @@ -6,5 +6,5 @@ class PulpMavenPluginAppConfig(PulpPluginAppConfig): name = "pulp_maven.app" label = "maven" - version = "0.8.0.dev" + version = "0.8.0" python_package_name = "pulp-maven" diff --git a/setup.py b/setup.py index 2f4a9ce..4fffb94 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="pulp-maven", - version="0.8.0.dev", + version="0.8.0", description="pulp-maven plugin for the Pulp Project", license="GPLv2+", author="Pulp Project Developers",