From: Guillaume Pellerin Date: Thu, 19 Feb 2015 13:51:16 +0000 (+0100) Subject: goto 1.5.2 X-Git-Tag: 1.6a^2~65 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=bd6df3abd7207925b3a3c5a7a52c71600637545c;p=telemeta.git goto 1.5.2 --- diff --git a/setup.py b/setup.py index 39d77bd0..921614e0 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ setup( long_description = open('README.rst').read(), author = "Guillaume Pellerin", author_email = "yomguy@parisson.com", - version = '1.5.1', + version = '1.5.2', install_requires = [ 'django==1.6.10', 'django-registration', diff --git a/telemeta/__init__.py b/telemeta/__init__.py index 67f34be4..a02da6b8 100644 --- a/telemeta/__init__.py +++ b/telemeta/__init__.py @@ -14,7 +14,7 @@ U{http://telemeta.org} """ __docformat__ = 'epytext en' -__version__ = '1.5.1' +__version__ = '1.5.2' __url__ = 'http://telemeta.org' __copyright__ = '(C) 2007-2014 Parisson' __license__ = 'CeCILL-2'