Skip to content

Commit 0f8f098

Browse files
committed
0.6.3 release
1 parent 5f2b5bb commit 0f8f098

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGES.rst

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

4-
Version 0.6.3 [unreleased]
4+
Version 0.6.3 [2018-07-09]
55
--------------------------
66

7-
WIP
7+
- `#106 <https://github.com/openwisp/netjsonconfig/pull/106>`_
8+
[extensions] Query backends from installed packages
9+
(thanks to `@EdoPut <https://github.com/EdoPut>`_)
10+
- `#109 <https://github.com/openwisp/netjsonconfig/pull/109>`_
11+
[doc] Added reference to plugin interface
12+
(thanks to `@EdoPut <https://github.com/EdoPut>`_)
13+
- `#99 <https://github.com/openwisp/netjsonconfig/pull/99>`_
14+
[cli] print traceback fully if the verbose flag is passed
15+
(thanks to `@EdoPut <https://github.com/EdoPut>`_)
16+
- `#108 <https://github.com/openwisp/netjsonconfig/pull/108>`_
17+
[openvpn] Added more options to the OpenVPN backend
18+
(thanks to `@okraits <https://github.com/okraits>`_)
819

920
Version 0.6.2 [2017-08-29]
1021
--------------------------

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

44

0 commit comments

Comments
 (0)