diff --git a/README.rst b/README.rst index 67bb8569..92586877 100644 --- a/README.rst +++ b/README.rst @@ -21,8 +21,7 @@ Install dependencies and project:: cd path/to/umap/repository git checkout 0.5.0 - git submodule init - pip install -r requirements.pip + pip install -r requirements.txt pip install -e . Create a default local settings file:: @@ -83,4 +82,4 @@ Go to the admin (http://localhost:8000/admin/) and add: Translating ----------- -Everything is managed through Transifex: https://www.transifex.com/projects/p/umap/ \ No newline at end of file +Everything is managed through Transifex: https://www.transifex.com/projects/p/umap/ diff --git a/requirements.txt b/requirements.txt index 423e2acf..864e690c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,5 +10,5 @@ requests-oauthlib==0.4.0 requests==2.2.1 simplejson South==0.7.6 -django-leaflet-storage==0.6.2 +django-leaflet-storage==0.6.3 django-pgindex==0.8.2 diff --git a/umap/__init__.py b/umap/__init__.py index 342a546a..5e5b382b 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, 6, 2) +VERSION = (0, 6, 3) __author__ = 'Yohan Boniface' __contact__ = "yb@enix.org"