diff --git a/NEWS b/NEWS index 6ac313162..72ef09b71 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +1.4.6 + * Verbosity level "-1" for even quieter output: Errors only (#236). + 1.4.5 * Log to file instead of syslog via command-line "--log-file" flag (#233). diff --git a/setup.py b/setup.py index 40627cd63..db3144bfb 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = '1.4.5' +VERSION = '1.4.6' setup(