diff --git a/docs/changelog.md b/docs/changelog.md index 2c64ef3d..4410192e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -49,6 +49,11 @@ COMMIT; umap compress +## 1.0.0-rc.9 +- increased maps displayed in user maps page (cf #651) +- exposed original map url in full export (cf #659) + + ## 1.0.0-rc.8 - fixed non browsable missing in caption panel diff --git a/umap/__init__.py b/umap/__init__.py index 6d566ff0..7365ee09 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', 8) +VERSION = (1, 0, 0, 'rc', 9) __author__ = 'Yohan Boniface' __contact__ = "ybon@openstreetmap.fr"