From 3782822a9097fa8fee6b9e8b4293f354a2ee53f8 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 6 Feb 2017 16:33:14 +0100 Subject: [PATCH] 0.8.2 --- requirements.txt | 2 +- umap/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 76ae1e37..bf12a923 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Django==1.10.5 django-compressor==2.1.1 -django-leaflet-storage==0.8.0 +django-leaflet-storage==0.8.2 Pillow==4.0.0 psycopg2==2.6.2 requests==2.13.0 diff --git a/umap/__init__.py b/umap/__init__.py index 814fcca1..c6a83330 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, 8, 1) +VERSION = (0, 8, 2) __author__ = 'Yohan Boniface' __contact__ = "ybon@openstreetmap.fr"