From c3cb8b47bea9b4b683d6dcb1b8c41ca7a22b8d27 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 7 Oct 2016 13:31:09 +0200 Subject: [PATCH] 0.8.0-rc8 --- requirements.txt | 2 +- umap/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0eacf6e7..0fc97cc9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ Pillow==3.3.1 psycopg2==2.6.2 python-social-auth==0.2.21 requests==2.11.1 -django-leaflet-storage==0.8.0rc7 +django-leaflet-storage==0.8.0rc8 diff --git a/umap/__init__.py b/umap/__init__.py index f9983073..13b79f4e 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, 0, 'rc', 7) +VERSION = (0, 8, 0, 'rc', 8) __author__ = 'Yohan Boniface' __contact__ = "ybon@openstreetmap.fr"