Skip to content

Commit 8e39e05

Browse files
committed
0.5.2 release
1 parent 4ebdea6 commit 8e39e05

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.5.2 [unreleased]
4+
Version 0.5.2 [26-12-2017]
55
--------------------------
66

7-
WIP
7+
- `#55 <https://github.com/ninuxorg/netdiff/pull/55>`_:
8+
Added a label in OpenvpnParser output
9+
- `#52 <https://github.com/ninuxorg/netdiff/pull/52>`_:
10+
Added a label in NetjsonParser output
11+
- `#49 <https://github.com/ninuxorg/netdiff/pull/49>`_:
12+
Added support to TAP mode in OpenVPN parser
813

914
Version 0.5.1 [29-09-2017]
1015
--------------------------

netdiff/info.py

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

44

0 commit comments

Comments
 (0)