Add verbosity level -1 to NEWS.
This commit is contained in:
parent
57ffad4e04
commit
7bc9482970
2 changed files with 4 additions and 1 deletions
3
NEWS
3
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).
|
||||||
|
|
||||||
|
|
2
setup.py
2
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(
|
||||||
|
|
Loading…
Reference in a new issue