Add MySQL dump command adjustment to NEWS.

This commit is contained in:
Dan Helfman 2021-11-29 12:10:04 -08:00
parent c6f47d4d56
commit f34951c088
2 changed files with 4 additions and 1 deletions

3
NEWS
View File

@ -1,3 +1,6 @@
1.5.22.dev0
* #470: Move mysqldump options to the beginning of the command due to MySQL bug 30994.
1.5.21
* #28: Optionally retry failing backups via "retries" and "retry_wait" configuration options.
* #306: Add "list_options" MySQL configuration option for passing additional arguments to MySQL

View File

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