From: Guillaume Pellerin Date: Mon, 13 Oct 2014 22:51:02 +0000 (+0200) Subject: goto 1.5 X-Git-Tag: 1.5.0rc1~27^2~86 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=1afa3cab0a65325244460456285b6b95d65e0de1;p=telemeta.git goto 1.5 --- 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'