Skip to content

Commit a2611ef

Browse files
committed
0.6.2 release
1 parent 61801a1 commit a2611ef

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGES.rst

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

4-
Version 0.6.2 [unreleased]
4+
Version 0.6.2 [2017-08-29]
55
--------------------------
66

7-
WIP
7+
- `#78 <https://github.com/openwisp/netjsonconfig/issues/78>`_
8+
[base] Added support for multiple renderers
9+
- `#94 <https://github.com/openwisp/netjsonconfig/issues/94>`_
10+
[schema] Made ``bssid`` not required for wireless stations
11+
- `#97 <https://github.com/openwisp/netjsonconfig/issues/97>`_
12+
[python2] Fixed ``py2-ipaddress`` related unicode bug
813

914
Version 0.6.1 [2017-07-05]
1015
--------------------------

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

44

0 commit comments

Comments
 (0)