Add verbosity level -1 to NEWS.
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Dan Helfman 2019-11-03 17:03:19 -08:00
parent 57ffad4e04
commit 7bc9482970
2 changed files with 4 additions and 1 deletions

3
NEWS
View File

@ -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).

View File

@ -1,6 +1,6 @@
from setuptools import find_packages, setup
VERSION = '1.4.5'
VERSION = '1.4.6'
setup(