From fc8f6b87b16addbe2dd71ae214857f666d7387c0 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 18 Feb 2015 17:06:31 +0100 Subject: [PATCH] goto 1.5.1 --- setup.py | 2 +- telemeta/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' -- 2.39.5