Skip to content

Commit

Permalink
0.4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Jun 29, 2021
1 parent 832bfef commit 6381f26
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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]
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion django_loci/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 4, 2, 'final')
VERSION = (0, 4, 3, 'final')
__version__ = VERSION # alias


Expand Down

0 comments on commit 6381f26

Please sign in to comment.