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>2012-11-02 18:44:25 (GMT)
committer Radomir Dopieralski <sheep-devel@sheep.art.pl>2012-11-02 18:44:25 (GMT)
commite1fc52fbd7892abbd483053f889d1b192efaf0af (patch)
treedf99b356117f13ae78b40f32ec3344e82737b9c6
parent4d53095a8239ec9f501c5677e0181e7197ef2216 (diff)
bump version to 1.5.31.5.3
-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 bd774be..88e1575 100755
--- a/hatta/__init__.py
+++ b/hatta/__init__.py
@@ -41,7 +41,7 @@ __all__ = [
]
# Project's metainformation
-__version__ = '1.5.1'
+__version__ = '1.5.3'
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 693deec..c60d448 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ import setuptools
setuptools.setup(
name='Hatta',
- version='1.5.1',
+ version='1.5.3',
license='GNU General Public License (GPL)',
author='Radomir Dopieralski',
author_email='hatta@sheep.art.pl',