diff --git a/NEWS b/NEWS index f33743fc..87252c7b 100644 --- a/NEWS +++ b/NEWS @@ -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. diff --git a/setup.py b/setup.py index 2665af85..df0718de 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = '1.7.14.dev0' +VERSION = '1.7.14' setup(