From e27ff67fe197a51b148755030e418e1769a4ed21 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Sat, 2 Aug 2014 23:31:50 +0200 Subject: [PATCH] 0.7.0 --- requirements.txt | 2 +- umap/__init__.py | 2 +- umap/templates/leaflet_storage/js.html | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index c7f6fc1f..20bde97d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ psycopg2==2.5.2 python-social-auth==0.1.23 simplejson South==0.7.6 -django-leaflet-storage==0.6.15 +django-leaflet-storage==0.7.0 django-pgindex==0.8.2 diff --git a/umap/__init__.py b/umap/__init__.py index ecf39d87..26a52419 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, 6, 15) +VERSION = (0, 7, 0) __author__ = 'Yohan Boniface' __contact__ = "yb@enix.org" diff --git a/umap/templates/leaflet_storage/js.html b/umap/templates/leaflet_storage/js.html index 643f308a..57671b0f 100644 --- a/umap/templates/leaflet_storage/js.html +++ b/umap/templates/leaflet_storage/js.html @@ -1,7 +1,7 @@ {% load compress %} {% compress js %} - + @@ -11,6 +11,7 @@ +