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

Commit

Permalink
0.6.0 release
Browse files Browse the repository at this point in the history
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 <ajay39in@gmail.com>
  • Loading branch information
atb00ker committed Feb 6, 2020
1 parent d47b251 commit df7605d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changelog
=========

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

Version 0.5.0 [2020-01-13]
--------------------------

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


Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ django-model-utils

netdiff>=0.7.0,<0.8.0
openwisp-utils>=0.4.1,<0.5.0
jsonfield2
jsonfield2>=3.1.0,<4.0.0

0 comments on commit df7605d

Please sign in to comment.