From 0798b708a88a87061f8de95341cd4514b87f5cfd Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Sat, 8 Sep 2018 17:07:54 +0200 Subject: [PATCH] 1.0.0-rc.3 --- docs/changelog.md | 2 +- umap/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 0dd18f53..6e41a764 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -49,7 +49,7 @@ COMMIT; umap compress -## dev +## 1.0.0.rc-3 - added a readonly mode (`UMAP_READONLY=True`), useful to disallow update while migrating from one server to an other, for example diff --git a/umap/__init__.py b/umap/__init__.py index 2918467c..a6b09124 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', 2) +VERSION = (1, 0, 0, 'rc', 3) __author__ = 'Yohan Boniface' __contact__ = "ybon@openstreetmap.fr"