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

Commit 7b8dc21

Browse files
authored
0.6.3 release
Version 0.6.3 [2020-06-03] -------------------------- - [add] Support of openwisp-utils~=0.5.0 - [fixed] Minor issues with testcases Signed-off-by: Ajay Tripathi <[email protected]>
1 parent b73ffae commit 7b8dc21

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.6.3 [2020-06-03]
5+
--------------------------
6+
7+
- [add] Support of openwisp-utils~=0.5.0
8+
- [fixed] Minor issues with testcases
9+
410
Version 0.6.2 [2020-03-19]
511
--------------------------
612

django_netjsongraph/__init__.py

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

44

0 commit comments

Comments
 (0)