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