diff --git a/NEWS b/NEWS index 6b1d23ae..e7cfa0f7 100644 --- a/NEWS +++ b/NEWS @@ -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. diff --git a/setup.py b/setup.py index bf10778b..dc085d27 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = '1.5.10' +VERSION = '1.5.11.dev0' setup(