Skip to content

Commit 4964ab3

Browse files
committed
1.0.0 release
1 parent 55a6505 commit 4964ab3

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGES.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
Changelog
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+
423
Version 0.4.3 [2021-06-29]
524
--------------------------
625

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, 3, 'final')
1+
VERSION = (1, 0, 0, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)