From bf8fb1d3c8e56e5a30e6067f5a5600e04a55f52d Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Sun, 23 Sep 2018 12:02:32 +0200 Subject: [PATCH] 1.0.0-rc.6 --- docs/changelog.md | 5 +++++ umap/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 2982581e..85ea8ef5 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -49,6 +49,11 @@ COMMIT; umap compress +## 1.0.0.rc-6 + +- fixed OSM properties not read anymore (cf #641) +- fixed permissions panel not active at first map save + ## 1.0.0.rc-5 - fixed user autocompletion in permissions panel (cf #635) diff --git a/umap/__init__.py b/umap/__init__.py index 5755e6eb..260a50e5 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 = (1, 0, 0, 'rc', 5) +VERSION = (1, 0, 0, 'rc', 6) __author__ = 'Yohan Boniface' __contact__ = "ybon@openstreetmap.fr"