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

Commit a562fa9

Browse files
committed
0.4.0 release
1 parent 5f93947 commit a562fa9

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGES.rst

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

4-
Version 0.4.0 [unreleased]
4+
Version 0.4.0 [2017-12-28]
55
--------------------------
66

7-
WIP
7+
8+
- `#72 <https://github.com/netjson/django-netjsongraph/pull/72>`_:
9+
[requirements] Upgrade netdiff to 0.6.0
10+
- `e67286 <https://github.com/netjson/django-netjsongraph/commit/e67286>`_:
11+
[topology] Add labels when creating nodes
12+
- `#70 <https://github.com/netjson/django-netjsongraph/pull/70>`_:
13+
Added support to Django 2.0
14+
- `#67 <https://github.com/netjson/django-netjsongraph/pull/67>`_:
15+
[QA] Fixed flake8 errors in Travis build
16+
- `#64 <https://github.com/netjson/django-netjsongraph/pull/64>`_:
17+
[requirements] Updated rest framework version
18+
- `#60 <https://github.com/netjson/django-netjsongraph/pull/60>`_:
19+
[netdiff] Added support to OpenVPN parser
20+
- `#53 <https://github.com/netjson/django-netjsongraph/pull/53>`_:
21+
Improved the UI of the way back machine
22+
- `#49 <https://github.com/netjson/django-netjsongraph/pull/49>`_:
23+
Added Topology history feature
824

925
Version 0.3.4 [2017-08-19]
1026
--------------------------

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

44

0 commit comments

Comments
 (0)