From 1c7f27890a1cbc413312ca3261a54b5c95b6e2bd Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Thu, 31 Jul 2014 16:25:21 +0200 Subject: [PATCH] 0.6.15 --- requirements.txt | 2 +- umap/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 47ba2990..c7f6fc1f 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.14 +django-leaflet-storage==0.6.15 django-pgindex==0.8.2 diff --git a/umap/__init__.py b/umap/__init__.py index 83c93c30..ecf39d87 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, 14) +VERSION = (0, 6, 15) __author__ = 'Yohan Boniface' __contact__ = "yb@enix.org"