From 5038887ee095d64c846d10f464227bceb7bf9e35 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 20 Feb 2013 19:02:57 +0100 Subject: [PATCH] Bump to 0.2.0 --- requirements.pip | 2 +- umap/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.pip b/requirements.pip index 8662f40a..ef30b4df 100644 --- a/requirements.pip +++ b/requirements.pip @@ -1,6 +1,6 @@ Django==1.4.4 South==0.7.6 -django-leaflet-storage==0.1.0 +django-leaflet-storage==0.2.0 django_compressor==1.2 django-social-auth==0.7.20 git+git://github.com/yohanboniface/vectorformats.git@leafletstorage diff --git a/umap/__init__.py b/umap/__init__.py index c181751b..eeeb518a 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, 0, 8) +VERSION = (0, 2, 0) __author__ = 'Yohan Boniface' __contact__ = "yb@enix.org"