1.2.1
This commit is contained in:
parent
2ba7a057f3
commit
3fa3473908
2 changed files with 6 additions and 1 deletions
|
@ -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,
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue