Add NEWS entry for randomized systemd timer delay.

This commit is contained in:
Dan Helfman 2022-05-07 23:11:26 -07:00
parent e238e256f7
commit 7e9adfb899
2 changed files with 4 additions and 1 deletions

3
NEWS
View File

@ -1,3 +1,6 @@
1.6.1.dev0
* Add a randomized delay to the sample systemd timer to spread out the load on a server.
1.6.0
* #381: BREAKING: Greatly simplify configuration file reuse by deep merging when including common
configuration. See the documentation for more information:

View File

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