Skip to content

Commit 90ab88b

Browse files
committed
0.8.0 release
1 parent 4e7bd81 commit 90ab88b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

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

4+
Version 0.8.0 [2020-04-03]
5+
--------------------------
6+
7+
- Changed default file mode for certificate files generated with
8+
from ``0644`` to ``0600``
9+
410
Version 0.7.0 [2020-01-14]
511
--------------------------
612

netjsonconfig/version.py

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

44

0 commit comments

Comments
 (0)