From 0b2f9b5c12fcf67e24b7a674e01a7b7efd3ba607 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Tue, 16 Apr 2019 20:41:02 +0200 Subject: [PATCH] 1.1.1 (for real) --- requirements.txt | 2 +- umap/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"