2
0
Эх сурвалжийг харах

Add NEWS entry for randomized systemd timer delay.

Dan Helfman 3 жил өмнө
parent
commit
7e9adfb899
2 өөрчлөгдсөн 4 нэмэгдсэн , 1 устгасан
  1. 3 0
      NEWS
  2. 1 1
      setup.py

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

+ 1 - 1
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(