From 9f11f6cd2db07ce467b622ee843207cc9dbef211 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Sun, 4 Nov 2018 21:20:29 +0100 Subject: [PATCH] 1.0.0-rc.8 --- 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 56608180..2c64ef3d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -49,6 +49,11 @@ COMMIT; umap compress +## 1.0.0-rc.8 + +- fixed non browsable missing in caption panel +- fixed remote datalayers missing in browse data panel when displayed on load (cf #509) + ## 1.0.0-rc.7 - fixed table popup template not displaying name anymore (cf #647) diff --git a/umap/__init__.py b/umap/__init__.py index ce020ca8..6d566ff0 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', 7) +VERSION = (1, 0, 0, 'rc', 8) __author__ = 'Yohan Boniface' __contact__ = "ybon@openstreetmap.fr"