diff --git a/.bumpversion.cfg b/.bumpversion.cfg index bc080c5..35237a6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.0 +current_version = 0.4.17 commit = True tag = True diff --git a/doc/conf.py b/doc/conf.py index d27325a..add97dd 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -61,7 +61,7 @@ author = u'Pete Shadbolt' # The short X.Y version. version = '0.4' # The full version, including alpha/beta/rc tags. -release = '0.4.1' +release = '0.4.17' # 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 cedae5a..ea6d4d8 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ STATIC = glob("abp/static/*.*")+glob("abp/static/img/*.*")+glob("abp/static/scri setup( name = "abp", - version = "0.7.0", + version = "0.4.17", packages = ["abp", "abp.static"], test_suite = "tests", author = "Pete Shadbolt",