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

Commit dc7400e

Browse files
committed
0.3.4 release
1 parent 614d11b commit dc7400e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGES.rst

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

4-
Version 0.3.4 [unreleased]
4+
Version 0.3.4 [2017-08-19]
55
--------------------------
66

7-
WIP
7+
- `7ea174 <https://github.com/netjson/django-netjsongraph/commit/7ea174>`_:
8+
Minor simplification in update_all
9+
- `#51 <https://github.com/netjson/django-netjsongraph/pull/51>`_:
10+
[templates] Made node template reusable
811

912
Version 0.3.3 [2017-07-22]
1013
--------------------------

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

44

0 commit comments

Comments
 (0)