From e676dff86ff04800d66869903d87da20e36044c5 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Wed, 17 May 2023 01:52:13 +0000 Subject: [PATCH] Release 3.10.0 GH Issues: 605 [noissue] --- .bumpversion.cfg | 2 +- docs/conf.py | 4 ++-- pulp_python/app/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a26e1ada..ea03ab7e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.10.0.dev +current_version = 3.10.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 48fd51cd..30916891 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,9 +56,9 @@ # built documents. # # The short X.Y version. -version = "3.10.0.dev" +version = "3.10.0" # The full version, including alpha/beta/rc tags. -release = "3.10.0.dev" +release = "3.10.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pulp_python/app/__init__.py b/pulp_python/app/__init__.py index d7d8a65e..b3432e44 100644 --- a/pulp_python/app/__init__.py +++ b/pulp_python/app/__init__.py @@ -8,5 +8,5 @@ class PulpPythonPluginAppConfig(PulpPluginAppConfig): name = "pulp_python.app" label = "python" - version = "3.10.0.dev" + version = "3.10.0" python_package_name = "pulp-python" diff --git a/setup.py b/setup.py index 8bb9e8ed..c78c7640 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="pulp-python", - version="3.10.0.dev", + version="3.10.0", description="pulp-python plugin for the Pulp Project", long_description=long_description, long_description_content_type="text/markdown",