From: Mike Bayer Date: Mon, 1 Oct 2012 22:32:49 +0000 (-0400) Subject: 0.7.9 X-Git-Tag: rel_0_7_9~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebc99529004e4e0e0e04262dada951b07ace381a;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 0.7.9 --- diff --git a/doc/build/conf.py b/doc/build/conf.py index 1c6038f473..7985b35b24 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -64,9 +64,9 @@ copyright = u'2007-2012, the SQLAlchemy authors and contributors' # The short X.Y version. version = "0.7" # The full version, including alpha/beta/rc tags. -release = "0.7.8" +release = "0.7.9" -release_date = "June 16, 2012" +release_date = "October 1, 2012" site_base = "http://www.sqlalchemy.org"