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

Commit 8da5061

Browse files
committed
0.6.1 release
Version 0.6.1 [2020-02-26] -------------------------- - Added settings option TOPOLOGY_RECEIVE_URLCONF & TOPOLOGY_RECEIVE_BASEURL - Move from jsonfield2 to jsonfield Signed-off-by: Ajay Tripathi <ajay39in@gmail.com>
1 parent f52d006 commit 8da5061

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Changelog
22
=========
33

4-
Version 0.6.1 [unreleased]
4+
Version 0.6.1 [2020-02-26]
55
--------------------------
66

77
- Added settings option TOPOLOGY_RECEIVE_URLCONF & TOPOLOGY_RECEIVE_BASEURL
8+
- Move from jsonfield2 to jsonfield
89

910
Version 0.6.0 [2020-02-07]
1011
--------------------------

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

44

0 commit comments

Comments
 (0)