Skip to content

Commit

Permalink
0.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Jul 5, 2017
1 parent b6637d7 commit 871c126
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
22 changes: 20 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,28 @@
Change log
==========

Version 0.6.1 [unreleased]
Version 0.6.1 [2017-07-05]
--------------------------

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

Version 0.6.0 [2017-06-01]
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion netjsonconfig/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 6, 1, 'alpha')
VERSION = (0, 6, 1, 'final')
__version__ = VERSION


Expand Down

0 comments on commit 871c126

Please sign in to comment.