From 1afa3cab0a65325244460456285b6b95d65e0de1 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 14 Oct 2014 00:51:02 +0200 Subject: [PATCH] goto 1.5 --- setup.py | 4 ++-- telemeta/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index c34507e4..ff336992 100644 --- a/setup.py +++ b/setup.py @@ -24,9 +24,9 @@ setup( long_description = open('README.rst').read(), author = "Guillaume Pellerin", author_email = "yomguy@parisson.com", - version = '1.4.6', + version = '1.5', install_requires = [ - 'django==1.4.10', + 'django==1.6.7', 'django-registration', 'django-json-rpc', 'numpy', diff --git a/telemeta/__init__.py b/telemeta/__init__.py index f8c4c538..715f55f2 100644 --- a/telemeta/__init__.py +++ b/telemeta/__init__.py @@ -14,7 +14,7 @@ U{http://telemeta.org} """ __docformat__ = 'epytext en' -__version__ = '1.4.6' +__version__ = '1.5' __url__ = 'http://telemeta.org' __copyright__ = '(C) 2007-2014 Parisson' __license__ = 'CeCILL-2' -- 2.39.5