diff --git a/requirements.txt b/requirements.txt index 7be54d90..b722c87e 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 -git+https://github.com/umap-project/django-leaflet-storage +django-leaflet-storage==0.8.0b1 diff --git a/umap/__init__.py b/umap/__init__.py index 19ca8cd4..d2f367d0 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, 'beta', 0) +VERSION = (0, 8, 0, 'rc', 1) __author__ = 'Yohan Boniface' __contact__ = "ybon@openstreetmap.fr"