Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xhatta/__init__.py2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/hatta/__init__.py b/hatta/__init__.py
index e5c9fd8..cd58f3c 100755
--- a/hatta/__init__.py
+++ b/hatta/__init__.py
@@ -43,7 +43,7 @@ __all__ = [
]
# Project's metainformation
-__version__ = '1.6.0'
+__version__ = '1.6.1'
project_name = 'Hatta'
project_url = 'http://hatta-wiki.org/'
project_description = 'Wiki engine that lives in Mercurial repository.'
diff --git a/setup.py b/setup.py
index dcad4f7..1799b8f 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ import setuptools
setuptools.setup(
name='Hatta',
- version='1.6.0',
+ version='1.6.1',
license='GNU General Public License (GPL)',
author='Radomir Dopieralski',
author_email='hatta@sheep.art.pl',