Browse Source

Bump version for release.

Dan Helfman 3 năm trước cách đây
mục cha
commit
80bdf1430b
2 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 2 2
      NEWS
  2. 1 1
      setup.py

+ 2 - 2
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.

+ 1 - 1
setup.py

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