Skip to content

Commit 9adc849

Browse files
committed
0.8.1 release
1 parent 7604316 commit 9adc849

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGES.rst

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

4+
Version 0.8.1 [2020-05-28]
5+
--------------------------
6+
7+
- Fixed bug that prevented overriding the contents of a file present
8+
in a template and caused the file to be duplicated instead of overwritten
9+
- Fixed bug affecting backward conversion of switch VLAN on OpenWRT
10+
411
Version 0.8.0 [2020-04-03]
512
--------------------------
613

netjsonconfig/version.py

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

44

0 commit comments

Comments
 (0)