From e1fc52fbd7892abbd483053f889d1b192efaf0af Mon Sep 17 00:00:00 2001 From: Radomir Dopieralski Date: Fri, 02 Nov 2012 18:44:25 +0000 Subject: bump version to 1.5.3 --- 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', -- cgit v0.9.1