Explorar o código

Bump version for release.

Dan Helfman %!s(int64=3) %!d(string=hai) anos
pai
achega
80bdf1430b
Modificáronse 2 ficheiros con 3 adicións e 3 borrados
  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(