Browse Source

Add verbosity level -1 to NEWS.

Dan Helfman 5 years ago
parent
commit
7bc9482970
2 changed files with 4 additions and 1 deletions
  1. 3 0
      NEWS
  2. 1 1
      setup.py

+ 3 - 0
NEWS

@@ -1,3 +1,6 @@
+1.4.6
+ * Verbosity level "-1" for even quieter output: Errors only (#236).
+
 1.4.5
 1.4.5
  * Log to file instead of syslog via command-line "--log-file" flag (#233).
  * Log to file instead of syslog via command-line "--log-file" flag (#233).
 
 

+ 1 - 1
setup.py

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