From 43c4474ec010917cae5f1b26c0157cbbd187678b Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 16 Jun 2014 14:16:01 +0200 Subject: [PATCH] 0.6.1 --- requirements.txt | 2 +- umap/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index eb8a4f6b..28edbedc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,5 +10,5 @@ requests-oauthlib==0.4.0 requests==2.2.1 simplejson South==0.7.6 -django-leaflet-storage==0.6.0 +django-leaflet-storage==0.6.1 django-pgindex==0.8.2 diff --git a/umap/__init__.py b/umap/__init__.py index cb2b0c31..a1a49215 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, 0) +VERSION = (0, 6, 1) __author__ = 'Yohan Boniface' __contact__ = "yb@enix.org"