Use django-leaflet-storage rc3

This commit is contained in:
Yohan Boniface 2016-09-21 23:06:57 +02:00
parent 2399a20faa
commit 3f30530d5c
2 changed files with 2 additions and 2 deletions

View file

@ -4,4 +4,4 @@ Pillow==3.3.1
psycopg2==2.6.2
python-social-auth==0.2.21
requests==2.11.1
django-leaflet-storage==0.8.0rc2
django-leaflet-storage==0.8.0rc3

View file

@ -1,5 +1,5 @@
"Create maps with OpenStreetMap layers in a minute and embed them in your site."
VERSION = (0, 8, 0, 'rc', 1)
VERSION = (0, 8, 0, 'rc', 3)
__author__ = 'Yohan Boniface'
__contact__ = "ybon@openstreetmap.fr"