Bump version for release.

This commit is contained in:
Dan Helfman 2023-06-03 22:14:21 -07:00
parent 1a5b3c9e4e
commit e80f27f922
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

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

View File

@ -1,6 +1,6 @@
from setuptools import find_packages, setup
VERSION = '1.7.14.dev0'
VERSION = '1.7.14'
setup(