Skip to content

Commit 871c126

Browse files
committed
0.6.1 release
1 parent b6637d7 commit 871c126

2 files changed

Lines changed: 21 additions & 3 deletions

File tree

CHANGES.rst

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

4-
Version 0.6.1 [unreleased]
4+
Version 0.6.1 [2017-07-05]
55
--------------------------
66

7-
Work in progress on the `backward conversion front <https://github.com/openwisp/netjsonconfig/issues/70>`_.
7+
- `5ddc201 <https://github.com/openwisp/netjsonconfig/commit/5ddc201>`_:
8+
[general] Avoid default mutable arguments
9+
- `dde3c9b <https://github.com/openwisp/netjsonconfig/commit/dde3c9b>`_:
10+
[openvpn] Added explicit ``list_identifiers`` attribute
11+
- `8c26cd6 <https://github.com/openwisp/netjsonconfig/commit/8c26cd6>`_:
12+
[docs] Updated outdated OpenWRT rendering examples
13+
- `5f8483e <https://github.com/openwisp/netjsonconfig/commit/5f8483e>`_:
14+
[openwrt] Fixed repeated bridge gateway case
15+
- `#84 <https://github.com/openwisp/netjsonconfig/pull/84>`_
16+
[exceptions] Improved validation errors
17+
(thanks to `@EdoPut <https://github.com/EdoPut>`_)
18+
- `#85 <https://github.com/openwisp/netjsonconfig/issues/85>`_
19+
[openwrt] Added "vid" option in "switch"
20+
- `#86 <https://github.com/openwisp/netjsonconfig/issues/86>`_
21+
[openwrt] Added support for "ip6gw" option
22+
- `#70 <https://github.com/openwisp/netjsonconfig/pull/70>`_
23+
[feature] Backward conversion
24+
- `#87 <https://github.com/openwisp/netjsonconfig/issues/87>`_
25+
[openwrt] Removed automatic timezone
826

927
Version 0.6.0 [2017-06-01]
1028
--------------------------

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, 1, 'alpha')
1+
VERSION = (0, 6, 1, 'final')
22
__version__ = VERSION
33

44

0 commit comments

Comments
 (0)