diff --git a/requirements.txt b/requirements.txt
index 57d575d15603174f516e81c601efdd1b23aa9252..f55bb3fe53d9f8e82bcb49db01fd2d5c26c85fce 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.7.4
+django-leaflet-storage==0.7.5
 django-pgindex==0.8.2
diff --git a/umap/__init__.py b/umap/__init__.py
index b618a0c7089d8057cd4458742d2a489866c9b2da..af599dc35f5489b779236ee88ea00d6dd0db3b5d 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, 7, 4)
+VERSION = (0, 7, 5)
 
 __author__ = 'Yohan Boniface'
 __contact__ = "yb@enix.org"