From 8112e0a11567ef7e59552ca9e290066e935e5eed Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Sun, 2 Sep 2018 15:16:08 +0200 Subject: [PATCH] 0.2.1 release --- CHANGES.rst | 4 ++-- django_loci/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index d24bccd..958412a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,10 @@ Changelog ========= -Version 0.2.1 [unreleased] +Version 0.2.1 [2018-09-02] -------------------------- -WIP +- [tests] Removed duplication of definition of floorplan test file Version 0.2.0 [2018-02-19] -------------------------- diff --git a/django_loci/__init__.py b/django_loci/__init__.py index fb07849..4999fae 100644 --- a/django_loci/__init__.py +++ b/django_loci/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 2, 1, 'alpha') +VERSION = (0, 2, 1, 'final') __version__ = VERSION # alias