Skip to content

Commit 82dab56

Browse files
committed
0.4.2 release
1 parent f726c6d commit 82dab56

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
Version 0.4.2 [2021-03-16]
5+
--------------------------
6+
7+
- Fixed broken UI in inline geo selection flow caused by a JS change in django
8+
(`issue #85 <https://github.com/openwisp/django-loci/issues/85>`_)
9+
410
Version 0.4.1 [2021-02-24]
511
--------------------------
612

django_loci/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 4, 1, 'final')
1+
VERSION = (0, 4, 2, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)