From 915ac8ef74f9117260ae35ae1c3bfa0062e0cfe4 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Sun, 1 Sep 2013 12:47:26 +0200 Subject: Bump version --- doc/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index cda1c35..746da04 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -50,7 +50,7 @@ copyright = u'2012, HyperKitty Developers' # The short X.Y version. version = '0.1' # The full version, including alpha/beta/rc tags. -release = '0.1.6' +release = '0.1.7' # 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 afc2bb8..74ee803 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def reqfile(filepath): setup( name="HyperKitty", - version="0.1.6", + version="0.1.7", description="A web interface to access GNU Mailman v3 archives", long_description=open('README.rst').read(), author='HyperKitty Developers', -- cgit