From 3f30530d5c296b5183f328666393c2fac0a6e3d5 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 21 Sep 2016 23:06:57 +0200 Subject: [PATCH] Use django-leaflet-storage rc3 --- requirements.txt | 2 +- umap/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2852e3d2..caf1b2bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/umap/__init__.py b/umap/__init__.py index d2f367d0..ef5a124a 100644 --- a/umap/__init__.py +++ b/umap/__init__.py @@ -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"