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"