From: Mike Bayer Date: Sun, 31 Jul 2011 23:12:31 +0000 (-0400) Subject: 0.7.2 + release date X-Git-Tag: rel_0_7_2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b088914265cc3e918c95d1e419234a497a8a9559;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 0.7.2 + release date --- diff --git a/doc/build/conf.py b/doc/build/conf.py index 592c548829..041090c191 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.1" +release = "0.7.2" -release_date = "June 5, 2011" +release_date = "July 31, 2011" versions = [('0.7', '07'), ('0.6', '06'), ('0.5', '05')]