瀏覽代碼

Add MySQL dump command adjustment to NEWS.

Dan Helfman 3 年之前
父節點
當前提交
f34951c088
共有 2 個文件被更改,包括 4 次插入1 次删除
  1. 3 0
      NEWS
  2. 1 1
      setup.py

+ 3 - 0
NEWS

@@ -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

+ 1 - 1
setup.py

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