diff --git a/docs/changelog.md b/docs/changelog.md index f8899ebc..0455452c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,6 @@ # Changelog -## dev +## 1.2.0 - added translations for ar, ast, et, he, id, is, no, pt-br, pt-pt, si-lk, sr, sv, th-th, tr diff --git a/umap/__init__.py b/umap/__init__.py index 689fa95a..86bf8a79 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, 1, 2) +VERSION = (1, 2, 0) __author__ = 'Yohan Boniface' __contact__ = "ybon@openstreetmap.fr"