Skip to content

Commit 1bf095f

Browse files
committed
0.6.0 release
1 parent f27a864 commit 1bf095f

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGES.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
Change log
22
==========
33

4-
Version 0.6.0 [unreleased]
4+
Version 0.6.0 [2017-06-01]
55
--------------------------
66

7-
WIP
7+
- `2a6cfb2 <https://github.com/openwisp/netjsonconfig/commit/2a6cfb2>`_:
8+
[general] Refactored backends, renderers, added converters -
9+
more information available in the `OpenWISP Mailing List post
10+
<https://groups.google.com/d/msg/openwisp/9FOhrfykwTY/tyRjqUoFAwAJ>`_
11+
- `#58 <https://github.com/openwisp/netjsonconfig/pull/58>`_:
12+
[openwrt] Dropped obsolete code in OpenVpn backend
13+
- `#59 <https://github.com/openwisp/netjsonconfig/pull/59>`_:
14+
[openwrt] Improved multiple ip address output
815

916
Version 0.5.6 [2017-05-24]
1017
--------------------------

netjsonconfig/version.py

Lines changed: 1 addition & 1 deletion
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)