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

Commit 5bfa9ca

Browse files
committed
0.5.0 release
1 parent e18e524 commit 5bfa9ca

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGES.rst

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

4-
Version 0.4.4 [unreleased]
4+
Version 0.5.0 [2020-01-13]
55
--------------------------
66

7-
WIP
7+
- Upgraded dependencies (django and django-rest-framework)
8+
- Changed implementation of node addresses
89

910
Version 0.4.3 [2017-02-24]
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, 4, 4, 'alpha')
1+
VERSION = (0, 5, 0, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)