diff --git a/CHANGES.rst b/CHANGES.rst index 54659a4..20cb9ca 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,15 @@ Changelog ========= +Version 0.4.3 [2021-06-29] +-------------------------- + +- The dependency on the Pillow library was updated to a recent + version which was patched for security vulnerabilities +- Several other dependencies and test dependencies were updated + (django-leaflet, geopy, pytest-django, pytest-asyncio, pytest-cov, + responses, openwisp-utils) + Version 0.4.2 [2021-03-16] -------------------------- diff --git a/django_loci/__init__.py b/django_loci/__init__.py index 1770413..6919b6a 100644 --- a/django_loci/__init__.py +++ b/django_loci/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 4, 2, 'final') +VERSION = (0, 4, 3, 'final') __version__ = VERSION # alias