Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadomir Dopieralski <sheep-devel@sheep.art.pl>2013-07-28 09:29:53 (GMT)
committer Radomir Dopieralski <sheep-devel@sheep.art.pl>2013-07-28 09:29:53 (GMT)
commit91013a9736ae9e0e46a365f60bf3fb1809ee50ae (patch)
tree883f93b023ed34972b05d204c681aa924ca8a47e
parentc57c9d4d66bc955e95ba42754e9a26a6a1625061 (diff)
version 1.6.21.6.2
-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 cd58f3c..b158bc6 100755
--- a/hatta/__init__.py
+++ b/hatta/__init__.py
@@ -43,7 +43,7 @@ __all__ = [
]
# Project's metainformation
-__version__ = '1.6.1'
+__version__ = '1.6.2'
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 1799b8f..ea99686 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ import setuptools
setuptools.setup(
name='Hatta',
- version='1.6.1',
+ version='1.6.2',
license='GNU General Public License (GPL)',
author='Radomir Dopieralski',
author_email='hatta@sheep.art.pl',