This repository was archived by the owner on Jun 27, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- Version 0.4.0 [unreleased ]
4
+ Version 0.4.0 [2017-12-28 ]
5
5
--------------------------
6
6
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
8
24
9
25
Version 0.3.4 [2017-08-19]
10
26
--------------------------
Original file line number Diff line number Diff line change 1
- VERSION = (0 , 4 , 0 , 'alpha ' )
1
+ VERSION = (0 , 4 , 0 , 'final ' )
2
2
__version__ = VERSION # alias
3
3
4
4
You can’t perform that action at this time.
0 commit comments