From 452270724ae8532425636b1a984a55aa4d08f973 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 10 Feb 2014 16:54:01 +0100 Subject: [PATCH] 0.5.0 --- fabfile.py | 6 +++--- requirements.pip | 2 +- umap/__init__.py | 2 +- umap/settings/base.py | 1 + 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/fabfile.py b/fabfile.py index 62b26cfd..49f7d13b 100644 --- a/fabfile.py +++ b/fabfile.py @@ -238,7 +238,7 @@ def collect_remote_statics(): remote_static_dir = '{project_dir}/{project_name}/remote_static'.format(**env) run_as_umap('mkdir -p {0}'.format(remote_static_dir)) remote_repositories = { - 'leaflet': "git://github.com/Leaflet/Leaflet.git@master#v0.7.1", + 'leaflet': "git://github.com/Leaflet/Leaflet.git@master#v0.7.2", 'draw': "git://github.com/Leaflet/Leaflet.draw.git@master#0.2.3", 'hash': "git://github.com/mlevans/leaflet-hash.git@master", 'storage': 'git://github.com/yohanboniface/Leaflet.Storage.git@master', @@ -246,11 +246,11 @@ def collect_remote_statics(): 'minimap': 'git://github.com/Norkart/Leaflet-MiniMap.git@master', 'i18n': 'git://github.com/yohanboniface/Leaflet.i18n.git@master', 'csv2geojson': 'git://github.com/mapbox/csv2geojson.git@gh-pages', - 'togeojson': 'git://github.com/mapbox/togeojson.git@gh-pages', + 'togeojson': 'git://github.com/mapbox/togeojson.git@gh-pages#v0.4.2', 'osmtogeojson': 'git://github.com/aaronlidman/osm-and-geojson.git@master', 'loading': 'git://github.com/ebrelsford/Leaflet.loading.git@master#v0.1.6', 'contextmenu': 'git://github.com/aratcliffe/Leaflet.contextmenu.git@master', - 'markercluster': 'git://github.com/Leaflet/Leaflet.markercluster.git@master', + 'markercluster': 'git://github.com/Leaflet/Leaflet.markercluster.git@master#0.4', 'measure': 'git://github.com/makinacorpus/Leaflet.MeasureControl.git@gh-pages', } with cd(remote_static_dir): diff --git a/requirements.pip b/requirements.pip index 38f3f442..955defea 100644 --- a/requirements.pip +++ b/requirements.pip @@ -1,6 +1,6 @@ Django==1.5.5 South==0.7.6 -django-leaflet-storage==0.4.0 +django-leaflet-storage==0.5.0 django_compressor==1.2 django-social-auth==0.7.20 hg+https://bitbucket.org/liberation/sesql diff --git a/umap/__init__.py b/umap/__init__.py index f195a330..3da0db45 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, 4, 0) +VERSION = (0, 5, 0) __author__ = 'Yohan Boniface' __contact__ = "yb@enix.org" diff --git a/umap/settings/base.py b/umap/settings/base.py index 3992d010..b661b5b9 100644 --- a/umap/settings/base.py +++ b/umap/settings/base.py @@ -31,6 +31,7 @@ LANGUAGES = ( ('de', u'Deutsch'), ('da', u'Danish'), ('ja', u'Japanese'), + ('lt', u'Lithuanian'), ) # Make this unique, and don't share it with anybody.