diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c338b504b..e696bd119 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.17.16.dev +current_version = 3.17.16 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 b306cf7fe..44c7a698a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,9 +60,9 @@ # built documents. # # The short X.Y version. -version = "3.17.16.dev" +version = "3.17.16" # The full version, including alpha/beta/rc tags. -release = "3.17.16.dev" +release = "3.17.16" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pulp_rpm/app/__init__.py b/pulp_rpm/app/__init__.py index 4d5f91214..b2a1f2e5e 100644 --- a/pulp_rpm/app/__init__.py +++ b/pulp_rpm/app/__init__.py @@ -8,5 +8,5 @@ class PulpRpmPluginAppConfig(PulpPluginAppConfig): name = "pulp_rpm.app" label = "rpm" - version = "3.17.16.dev" + version = "3.17.16" python_package_name = "pulp-rpm" diff --git a/setup.py b/setup.py index 5cc518e76..5067b0ffa 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="pulp-rpm", - version="3.17.16.dev", + version="3.17.16", description="RPM plugin for the Pulp Project", long_description=long_description, license="GPLv2+",