diff --git a/CHANGES.rst b/CHANGES.rst index e7e3bd7..ddf034e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,14 @@ Changelog ========= +Version 0.3.2 [2020-07-01] +-------------------------- + +- [fix] Fixed bug in floorplan fields +- [fix] Fixed bug which caused geographic map to disappears on narrow screens +- [fix] Fixed bug in JS logic +- [change] Allow to create an indoor location without specifying indoor coordinates + Version 0.3.1 [2020-01-21] -------------------------- diff --git a/django_loci/__init__.py b/django_loci/__init__.py index f59d58d..a673df9 100644 --- a/django_loci/__init__.py +++ b/django_loci/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 3, 1, 'final') +VERSION = (0, 3, 2, 'final') __version__ = VERSION # alias