]> git.parisson.com Git - telemeta.git/commitdiff
goto 1.5
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 13 Oct 2014 22:51:02 +0000 (00:51 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 13 Oct 2014 22:51:02 +0000 (00:51 +0200)
setup.py
telemeta/__init__.py

index c34507e4df96121172b722847c511faa2564acce..ff336992dd00b1f663157c3652daf6c45f81cc7d 100644 (file)
--- 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',
index f8c4c538980ffd433e8efd40f7df6a08789633fc..715f55f2bf1f3cf0a5a9b55acce04bb90eb2072d 100644 (file)
@@ -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'