From 4a014907073004ca61a6c98d9a186668387c9124 Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Thu, 17 Nov 2016 15:01:48 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.17=20=E2=86=92=200.4.18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- doc/conf.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 27ca2b8..ba27709 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.17 +current_version = 0.4.18 commit = True tag = True diff --git a/doc/conf.py b/doc/conf.py index 028988a..571718a 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.17' +release = '0.4.18' # 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 ea6d4d8..b3543e1 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.4.17", + version = "0.4.18", packages = ["abp", "abp.static"], test_suite = "tests", author = "Pete Shadbolt",