Bump version for release.
This commit is contained in:
parent
1a5b3c9e4e
commit
e80f27f922
2 changed files with 2 additions and 2 deletions
2
NEWS
2
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.
|
||||
|
|
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
|||
from setuptools import find_packages, setup
|
||||
|
||||
VERSION = '1.7.14.dev0'
|
||||
VERSION = '1.7.14'
|
||||
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Reference in a new issue