This commit is contained in:
Yohan Boniface 2020-03-25 15:14:19 +01:00
parent 2ba7a057f3
commit 3fa3473908
2 changed files with 6 additions and 1 deletions

View file

@ -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,

View file

@ -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"