diff --git a/requirements.txt b/requirements.txt index bd31df1d..3ee9dfca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/umap/__init__.py b/umap/__init__.py index 374e682b..3a9fc0c9 100644 --- a/umap/__init__.py +++ b/umap/__init__.py @@ -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"