diff --git a/CHANGES.rst b/CHANGES.rst index c01756a..e2845af 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ Changelog ========= +Version 0.3.4 [2020-08-16] +-------------------------- + +- [deps] Added support for django 3.1 +- [deps] Updated to openwisp-utils 0.6 + Version 0.3.3 [2020-07-25] -------------------------- diff --git a/django_loci/__init__.py b/django_loci/__init__.py index 17f1e31..2f5d297 100644 --- a/django_loci/__init__.py +++ b/django_loci/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 3, 3, 'final') +VERSION = (0, 3, 4, 'final') __version__ = VERSION # alias