@@ -1,4 +1,4 @@
-1.7.14.dev0
+1.7.14
* #484: Add a new verbosity level (-2) to disable output entirely (for console, syslog, log file,
or monitoring), so not even errors are shown.
* #688: Tweak archive check probing logic to use the newest timestamp found when multiple exist.
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup
-VERSION = '1.7.14.dev0'
+VERSION = '1.7.14'
setup(