From a6414af1eb5130462c68bc7c55a1aae0e1228a53 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Sat, 11 May 2019 13:10:57 +0200 Subject: [PATCH] 1.1.2 --- docs/changelog.md | 6 ++++++ requirements-dev.txt | 2 +- requirements.txt | 4 ++-- umap/__init__.py | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 7db0bd36..dc22ff0b 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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 diff --git a/requirements-dev.txt b/requirements-dev.txt index 3789520e..78622d2a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index 3ee9dfca..7dd2fc51 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/umap/__init__.py b/umap/__init__.py index 3a9fc0c9..689fa95a 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, 1) +VERSION = (1, 1, 2) __author__ = 'Yohan Boniface' __contact__ = "ybon@openstreetmap.fr"