1.1.2
This commit is contained in:
parent
6236e37652
commit
a6414af1eb
4 changed files with 10 additions and 4 deletions
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## 1.1.2
|
||||
|
||||
- fixed parsing of two iframes
|
||||
- updated i18n
|
||||
- upgraded Django to 2.2.1 and psycopg2 to 2.8.1
|
||||
|
||||
## 1.1.1
|
||||
|
||||
- downgraded psycopg2 to 2.7.7 (migrations where failing); should be fixed with
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
factory-boy==2.11.1
|
||||
mkdocs==1.0.4
|
||||
pytest==4.4.0
|
||||
pytest==4.4.2
|
||||
pytest-django==3.4.8
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
Django==2.2
|
||||
Django==2.2.1
|
||||
django-agnocomplete==0.14.0
|
||||
django-compressor==2.2
|
||||
Pillow==6.0.0
|
||||
psycopg2==2.7.7
|
||||
psycopg2==2.8.1
|
||||
requests==2.21.0
|
||||
social-auth-core==3.1.0
|
||||
social-auth-app-django==3.1.0
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
"Create maps with OpenStreetMap layers in a minute and embed them in your site."
|
||||
VERSION = (1, 1, 1)
|
||||
VERSION = (1, 1, 2)
|
||||
|
||||
__author__ = 'Yohan Boniface'
|
||||
__contact__ = "ybon@openstreetmap.fr"
|
||||
|
|
Loading…
Reference in a new issue