From: Mike Bayer Date: Fri, 9 Dec 2011 21:57:57 +0000 (-0500) Subject: - 0.7.4 prep X-Git-Tag: rel_0_7_4~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e11e45daac5a87397c929ab83c827d6992aee195;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - 0.7.4 prep --- diff --git a/doc/build/conf.py b/doc/build/conf.py index 21d97be998..fcc05df56f 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -64,9 +64,9 @@ copyright = u'2007-2011, the SQLAlchemy authors and contributors' # The short X.Y version. version = "0.7" # The full version, including alpha/beta/rc tags. -release = "0.7.3" +release = "0.7.4" -release_date = "October 16, 2011" +release_date = "December 9, 2011" versions = [('0.7', '07'), ('0.6', '06'), ('0.5', '05')]