This commit is contained in:
Yohan Boniface 2019-05-11 13:10:57 +02:00
parent 6236e37652
commit a6414af1eb
4 changed files with 10 additions and 4 deletions

View file

@ -1,5 +1,11 @@
# Changelog # 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 ## 1.1.1
- downgraded psycopg2 to 2.7.7 (migrations where failing); should be fixed with - downgraded psycopg2 to 2.7.7 (migrations where failing); should be fixed with

View file

@ -1,4 +1,4 @@
factory-boy==2.11.1 factory-boy==2.11.1
mkdocs==1.0.4 mkdocs==1.0.4
pytest==4.4.0 pytest==4.4.2
pytest-django==3.4.8 pytest-django==3.4.8

View file

@ -1,8 +1,8 @@
Django==2.2 Django==2.2.1
django-agnocomplete==0.14.0 django-agnocomplete==0.14.0
django-compressor==2.2 django-compressor==2.2
Pillow==6.0.0 Pillow==6.0.0
psycopg2==2.7.7 psycopg2==2.8.1
requests==2.21.0 requests==2.21.0
social-auth-core==3.1.0 social-auth-core==3.1.0
social-auth-app-django==3.1.0 social-auth-app-django==3.1.0

View file

@ -1,5 +1,5 @@
"Create maps with OpenStreetMap layers in a minute and embed them in your site." "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' __author__ = 'Yohan Boniface'
__contact__ = "ybon@openstreetmap.fr" __contact__ = "ybon@openstreetmap.fr"