diff --git a/CHANGES.rst b/CHANGES.rst index e2845af..65bccf7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,27 @@ Changelog ========= +Version 0.4.0 [2020-11-19] +-------------------------- + +Features +~~~~~~~~ + +- [ux] Automatically fetch map coordinates from address field and vice versa + + configurable geocoding + +Changes +~~~~~~~ + +- [deps] Increased Pillow range to allow new 8.0.0 version +- [deps] Updated openwisp-utils version range to support 0.6 and 0.7 + +Bugfixes +~~~~~~~~ + +- [fix] Fixed integrity error in ``floorplan.floor`` when ``is_mobile=True`` +- [fix] Fixed corner case involving restoring ``is_mobile=False`` + Version 0.3.4 [2020-08-16] -------------------------- diff --git a/django_loci/__init__.py b/django_loci/__init__.py index 2f5d297..ab06197 100644 --- a/django_loci/__init__.py +++ b/django_loci/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 3, 4, 'final') +VERSION = (0, 4, 0, 'final') __version__ = VERSION # alias