From: Guillaume Pellerin Date: Wed, 18 Feb 2015 16:06:31 +0000 (+0100) Subject: goto 1.5.1 X-Git-Tag: 1.5.1~1^2~2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=fc8f6b87b16addbe2dd71ae214857f666d7387c0;p=telemeta.git goto 1.5.1 --- diff --git a/setup.py b/setup.py index c732053d..39d77bd0 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', + version = '1.5.1', install_requires = [ 'django==1.6.10', 'django-registration', diff --git a/telemeta/__init__.py b/telemeta/__init__.py index 715f55f2..67f34be4 100644 --- a/telemeta/__init__.py +++ b/telemeta/__init__.py @@ -14,7 +14,7 @@ U{http://telemeta.org} """ __docformat__ = 'epytext en' -__version__ = '1.5' +__version__ = '1.5.1' __url__ = 'http://telemeta.org' __copyright__ = '(C) 2007-2014 Parisson' __license__ = 'CeCILL-2'