From 3fa34739088199704258206efd3d3dbb901acb0d Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 25 Mar 2020 15:14:19 +0100 Subject: [PATCH] 1.2.1 --- docs/changelog.md | 5 +++++ umap/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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"