summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/conf.py2
-rw-r--r--hyperkitty.spec4
-rwxr-xr-xsetup.py2
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 97b0355..cda1c35 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.5'
+release = '0.1.6'
# 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 1126a4b..50ed580 100644
--- a/hyperkitty.spec
+++ b/hyperkitty.spec
@@ -1,8 +1,8 @@
%global pypi_name HyperKitty
Name: hyperkitty
-Version: 0.1.5
-Release: 1%{?dist}
+Version: 0.1.6
+Release: 0.1%{?dist}
Summary: A web interface to access GNU Mailman v3 archives
License: GPLv3
diff --git a/setup.py b/setup.py
index b5df523..6680d01 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ from setuptools import setup, find_packages
setup(
name="HyperKitty",
- version="0.1.5",
+ version="0.1.6",
description="A web interface to access GNU Mailman v3 archives",
long_description=open('README.rst').read(),
author='HyperKitty Developers',