Skip to content

Commit 15fd53f

Browse files
committed
0.9.1 release
1 parent a20914c commit 15fd53f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Change log
22
==========
33

4+
Version 0.9.1 [2020-02-15]
5+
--------------------------
6+
7+
- [fix] Removed ``mtu_disc`` from ``auto_client`` method because it causes
8+
issues on most OpenWRT systems
9+
- [fix] Avoided maxLength on PIN property to allow configuration variables
10+
- [change] Add missing TLS ciphers to OpenVPN
11+
412
Version 0.9.0 [2020-11-18]
513
--------------------------
614

netjsonconfig/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 9, 0, 'final')
1+
VERSION = (0, 9, 1, 'final')
22
__version__ = VERSION
33

44

0 commit comments

Comments
 (0)