diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2012-12-10 16:59:18 +0100 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2012-12-11 18:16:53 +0100 |
commit | cca52aa474bbccb59393cc55d702eca30b5a984f (patch) | |
tree | ff633b54b916d8fb8a4500a4e2cd47193b2eadba | |
parent | e48642a6124302d4e7231a1fd8a3306c6577c3fe (diff) | |
download | hyperkitty-cca52aa474bbccb59393cc55d702eca30b5a984f.tar.gz hyperkitty-cca52aa474bbccb59393cc55d702eca30b5a984f.tar.xz hyperkitty-cca52aa474bbccb59393cc55d702eca30b5a984f.zip |
Bump version
-rw-r--r-- | doc/conf.py | 2 | ||||
-rw-r--r-- | hyperkitty.spec | 4 | ||||
-rwxr-xr-x | setup.py | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/conf.py b/doc/conf.py index d825ffc..1a9eb52 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.3' +release = '0.1.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/hyperkitty.spec b/hyperkitty.spec index 79b8e27..9084b1d 100644 --- a/hyperkitty.spec +++ b/hyperkitty.spec @@ -1,8 +1,8 @@ %global pypi_name HyperKitty Name: hyperkitty -Version: 0.1.3 -Release: 3%{?dist} +Version: 0.1.4 +Release: 0.1%{?dist} Summary: A web interface to access GNU Mailman v3 archives License: GPLv3 @@ -8,7 +8,7 @@ from setuptools import setup, find_packages setup( name="HyperKitty", - version="0.1.3", + version="0.1.4", description="A web interface to access GNU Mailman v3 archives", long_description=open('README.rst').read(), author='HyperKitty Developers', |