From e38293c94a877bf304897bac58ccffd704200bc8 Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Mon, 19 Feb 2018 13:26:12 +0100 Subject: [PATCH] 0.2.0 release --- CHANGES.rst | 4 ++-- django_loci/__init__.py | 2 +- requirements.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 63c41dd..22e4011 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,10 @@ Changelog ========= -Version 0.1.2 [unreleased] +Version 0.2.0 [2018-02-19] -------------------------- -WIP +* [requirements] Added support for django 2.0 Version 0.1.1 [2017-12-06] -------------------------- diff --git a/django_loci/__init__.py b/django_loci/__init__.py index 9ed63bf..a32bbab 100644 --- a/django_loci/__init__.py +++ b/django_loci/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 1, 2, 'alpha') +VERSION = (0, 2, 0, 'final') __version__ = VERSION # alias diff --git a/requirements.txt b/requirements.txt index 026433c..1a86cc1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ django>=1.11,<2.1 django-leaflet>=0.23,<0.24 channels>=1.1.8,<1.2 -openwisp-utils>=0.1.2,<0.2.0 -Pillow>=4.3.0,<5.0 +openwisp-utils>=0.2,<0.3.0 +Pillow>=4.3.0,<6.0