Bump version for release.

This commit is contained in:
Dan Helfman 2022-01-04 20:20:13 -08:00
parent 2ee75546f5
commit 80bdf1430b
2 changed files with 3 additions and 3 deletions

4
NEWS
View File

@ -1,5 +1,5 @@
1.5.22.dev0
* #288: Database dump hooks for MongoDB.
1.5.22
* #288: Add database dump hook for MongoDB.
* #470: Move mysqldump options to the beginning of the command due to MySQL bug 30994.
* #471: When command-line configuration override produces a parse error, error cleanly instead of
tracebacking.

View File

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