diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 312e195d..7b8144c4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.16.0.dev +current_version = 1.16.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 9096d4b8..a32e4da2 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -74,9 +74,9 @@ # built documents. # # The short X.Y version. -version = "1.16.0.dev" +version = "1.16.0" # The full version, including alpha/beta/rc tags. -release = "1.16.0.dev" +release = "1.16.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 926d631e..726c3c99 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="pulp-file", - version="1.16.0.dev", + version="1.16.0", description="File plugin for the Pulp Project (transitional dummy package)", long_description=long_description, license="GPLv2+",