Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit df7605d

Browse files
committed
0.6.0 release
Version 0.6.0 [2020-02-07] -------------------------- - Dropped Python 3.5 and below - Dropped django 2.1 and below - Dropped netdiff 0.6 and below - Dropped openwisp-utils 0.3 and below - Moved `ReceiveUrlAdmin` & `get_random_key` logic to openwisp-utils - Moved from jsonfield to jsonfield2 3.X.X - Added Django 3.0 support - Added netdiff 0.7 support - Added openwisp-utils 0.4 support Signed-off-by: Ajay Tripathi <[email protected]>
1 parent d47b251 commit df7605d

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGES.rst

+13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Changelog
22
=========
33

4+
Version 0.6.0 [2020-02-07]
5+
--------------------------
6+
7+
- Dropped Python 3.5 and below
8+
- Dropped django 2.1 and below
9+
- Dropped netdiff 0.6 and below
10+
- Dropped openwisp-utils 0.3 and below
11+
- Moved ``ReceiveUrlAdmin`` & ``get_random_key`` logic to openwisp-utils
12+
- Moved from jsonfield to jsonfield2 3.X.X
13+
- Added Django 3.0 support
14+
- Added netdiff 0.7 support
15+
- Added openwisp-utils 0.4 support
16+
417
Version 0.5.0 [2020-01-13]
518
--------------------------
619

django_netjsongraph/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 5, 0, 'final')
1+
VERSION = (0, 6, 0, 'final')
22
__version__ = VERSION # alias
33

44

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ django-model-utils
44

55
netdiff>=0.7.0,<0.8.0
66
openwisp-utils>=0.4.1,<0.5.0
7-
jsonfield2
7+
jsonfield2>=3.1.0,<4.0.0

0 commit comments

Comments
 (0)