Add systemd security improvement to NEWS.

This commit is contained in:
Dan Helfman 2020-08-22 09:49:06 -07:00
parent e844bbee15
commit e428329c03
2 changed files with 4 additions and 1 deletions

3
NEWS
View File

@ -1,3 +1,6 @@
1.5.11.dev0
* #352: Lock down systemd security settings in sample systemd service file.
1.5.10
* #347: Add hooks that run for the "extract" action: "before_extract" and "after_extract".
* #350: Fix traceback when a configuration directory is non-readable due to directory permissions.

View File

@ -1,6 +1,6 @@
from setuptools import find_packages, setup
VERSION = '1.5.10'
VERSION = '1.5.11.dev0'
setup(