1.1.1 (for real)

This commit is contained in:
Yohan Boniface 2019-04-16 20:41:02 +02:00
parent 661ce80941
commit 0b2f9b5c12
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ Django==2.2
django-agnocomplete==0.14.0
django-compressor==2.2
Pillow==6.0.0
#psycopg2==2.7.7
psycopg2==2.7.7
requests==2.21.0
social-auth-core==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."
VERSION = (1, 1, 0)
VERSION = (1, 1, 1)
__author__ = 'Yohan Boniface'
__contact__ = "ybon@openstreetmap.fr"