Skip to content

Commit 3db3e7f

Browse files
committed
0.4.1 release
1 parent e5ccf3c commit 3db3e7f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
Version 0.4.1 [26-06-2015]
5+
--------------------------
6+
7+
- `#13 <https://github.com/ninuxorg/netdiff/issues/13>`_: added support for OLSR 0.6.x txtinfo plugin
8+
- `e94e91 <https://github.com/ninuxorg/netdiff/commit/e94e91>`_: updated default "version" attribute of ``OlsrParser``
9+
410
Version 0.4 [14-06-2015]
511
------------------------
612

netdiff/info.py

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

44

0 commit comments

Comments
 (0)