From bc6ed20ca088aff49b1468202b73f0e1118e379c Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Tue, 29 Nov 2016 09:20:10 +0100 Subject: [PATCH] 0.8.0-rc.12 --- requirements.txt | 2 +- umap/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a1c7de25..a29d25f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ Pillow==3.4.2 psycopg2==2.6.2 python-social-auth==0.2.21 requests==2.12.1 -django-leaflet-storage==0.8.0rc11 +django-leaflet-storage==0.8.0rc12 diff --git a/umap/__init__.py b/umap/__init__.py index 220bb905..9a8c3622 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', 11) +VERSION = (0, 8, 0, 'rc', 12) __author__ = 'Yohan Boniface' __contact__ = "ybon@openstreetmap.fr"