diff --git a/CHANGES.rst b/CHANGES.rst index 8bef695..dd2f715 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,14 @@ Changelog ========= -Version 0.3.0 [unreleased] +Version 0.3.0 [2020-01-13] -------------------------- -WIP +- Upgraded django-channels to version 2 +- Upgraded dependencies (django, django-leaflet, Pillow) +- Geometry shouldn't be allowed to be None if not mobile +- Fixed admin fields hidden by mistake in case of validation errors +- Fixed type ``KeyError`` exception during form validation Version 0.2.1 [2018-09-02] -------------------------- diff --git a/django_loci/__init__.py b/django_loci/__init__.py index a5900fb..fd926dd 100644 --- a/django_loci/__init__.py +++ b/django_loci/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 3, 0, 'alpha') +VERSION = (0, 3, 0, 'final') __version__ = VERSION # alias