Explorar el Código

Add systemd security improvement to NEWS.

Dan Helfman hace 4 años
padre
commit
e428329c03
Se han modificado 2 ficheros con 4 adiciones y 1 borrados
  1. 3 0
      NEWS
  2. 1 1
      setup.py

+ 3 - 0
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.

+ 1 - 1
setup.py

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