diff --git a/requirements.txt b/requirements.txt index fea4737e..19cd46c0 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.7 +django-leaflet-storage==0.6.8 django-pgindex==0.8.2 diff --git a/umap/__init__.py b/umap/__init__.py index af3466c0..d3b23837 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, 7) +VERSION = (0, 6, 8) __author__ = 'Yohan Boniface' __contact__ = "yb@enix.org" diff --git a/umap/templates/leaflet_storage/js.html b/umap/templates/leaflet_storage/js.html index 9f8f69f2..643f308a 100644 --- a/umap/templates/leaflet_storage/js.html +++ b/umap/templates/leaflet_storage/js.html @@ -32,6 +32,7 @@ + {% endcompress %}