Bump version for release.

This commit is contained in:
Dan Helfman 2021-07-26 10:17:49 -07:00
parent 1f3907a6a5
commit 0aff497430
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -1,4 +1,4 @@
1.5.16.dev0
1.5.16
* #379: Suppress console output in sample crontab and systemd service files.
* #407: Fix syslog logging on FreeBSD.
* #430: Fix hang when restoring a PostgreSQL "tar" format database dump.

View File

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