Add NEWS entry for randomized systemd timer delay.
This commit is contained in:
parent
e238e256f7
commit
7e9adfb899
2 changed files with 4 additions and 1 deletions
3
NEWS
3
NEWS
|
@ -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
|
1.6.0
|
||||||
* #381: BREAKING: Greatly simplify configuration file reuse by deep merging when including common
|
* #381: BREAKING: Greatly simplify configuration file reuse by deep merging when including common
|
||||||
configuration. See the documentation for more information:
|
configuration. See the documentation for more information:
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
||||||
from setuptools import find_packages, setup
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
VERSION = '1.6.0'
|
VERSION = '1.6.1.dev0'
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|
Loading…
Reference in a new issue