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