File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ Version 1.0.0 [2022-02-25]
5+ --------------------------
6+
7+ Changes
8+ ~~~~~~~
9+
10+ - Converted geocoding test to check
11+ `#90 <https://github.com/openwisp/django-loci/issues/90 >`_
12+ - Use ``ReconnectingWebsocket `` to websocket connection
13+ `#101 <https://github.com/openwisp/django-loci/issues/101 >`_
14+ - Dropped support for Python ``3.6 ``
15+ - Added support for Python ``3.8 `` and ``3.9 ``
16+ - Added support for Django ``3.2.x `` and ``4.0.x ``
17+ - Migrated to ``channels~=3.0.4 ``
18+ - Bumped ``Pillow~=9.0.0 ``
19+ - Bumped ``geopy~=2.2.0 ``
20+ - Bumped ``openwisp-utils~=1.0.0 ``
21+ - Set lowest django version supported to ``django~=3.0.0 ``
22+
423Version 0.4.3 [2021-06-29]
524--------------------------
625
Original file line number Diff line number Diff line change 1- VERSION = (0 , 4 , 3 , 'final' )
1+ VERSION = (1 , 0 , 0 , 'final' )
22__version__ = VERSION # alias
33
44
You can’t perform that action at this time.
0 commit comments