]> git.parisson.com Git - timeside.git/commitdiff
fix django version to 1.6.10 (sync with Telemeta 1.5) #0.7.1
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 29 Jan 2015 11:58:44 +0000 (12:58 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 29 Jan 2015 11:58:44 +0000 (12:58 +0100)
README.rst
doc/source/news.rst
setup.py

index f0bfaceb0fe5329b6b1a055390890fee335919fd..cbc37520ab87cef3c1696ab90ddbbd96336e2672 100644 (file)
@@ -104,6 +104,10 @@ For more extensive examples, please see the `full documentation <http://files.pa
 News
 =====
 
+0.7.1
+
+  * fix django version to 1.6.10 (sync with Telemeta 1.5)
+  
 0.7
 
  * Code refactoring:
index 899628e6334ad947891e93f6f895ec16bcd6d1c6..583e38b1f72edcc1c0fa70f6d32d48773a49f8dc 100644 (file)
@@ -1,6 +1,10 @@
 News
 =====
 
+0.7.1
+
+  * fix django version to 1.6.10 (sync with Telemeta 1.5)
+  
 0.7
 
  * Code refactoring:
index ab9c3f324bd4fd91a0290b1aed1b41695876ad84..483d4bafb76a4fd18d71ad989fba8273b54e1f7c 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -55,7 +55,7 @@ setup(
         'simplejson',
         'scipy',
         'matplotlib',
-        'django==1.6.8',
+        'django==1.6.10',
         'django-extensions',
         'djangorestframework',
         'south',