Skip to content

Commit 770d5cc

Browse files
committed
0.6.0 release
1 parent 2283d6d commit 770d5cc

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGES.rst

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
Changelog
22
=========
33

4-
Version 0.6.0 [unreleased]
4+
Version 0.6.0 [27-12-2017]
55
--------------------------
66

7-
WIP
7+
- `2283d6d <https://github.com/ninuxorg/netdiff/commit/2283d6d>`_:
8+
[openvpn] Convert node properties to integer
9+
- `6b72dab <https://github.com/ninuxorg/netdiff/commit/6b72dab>`_:
10+
[openvpn] Avoid failing if data is empty
11+
- `#56 <https://github.com/ninuxorg/netdiff/pull/56>`_:
12+
Updated networkx to 2.0
813

914
Version 0.5.2 [26-12-2017]
1015
--------------------------

netdiff/info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 6, 0, 'alpha')
1+
VERSION = (0, 6, 0, 'final')
22
__version__ = VERSION
33

44

0 commit comments

Comments
 (0)