diff --git a/docs/changelog.md b/docs/changelog.md index 0455452c..cfa7fd58 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 1.2.1 + +- minimal RTL support (cf #752) +- fix username URL regex to allow spaces (cf #774) + ## 1.2.0 - added translations for ar, ast, et, he, id, is, no, pt-br, pt-pt, si-lk, sr, diff --git a/umap/__init__.py b/umap/__init__.py index 86bf8a79..ce4b747f 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, 2, 0) +VERSION = (1, 2, 1) __author__ = 'Yohan Boniface' __contact__ = "ybon@openstreetmap.fr"