From: Mike Bayer Date: Fri, 14 Dec 2012 20:40:05 +0000 (-0500) Subject: 0.8.0b2 X-Git-Tag: rel_0_8_0b2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=332560b1fd0917a0e7dbeb295d48d045ee6f6887;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 0.8.0b2 --- diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 3b83cdb234..7a4ab6fc7f 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -5,6 +5,7 @@ .. changelog:: :version: 0.8.0b2 + :released: December 14, 2012 .. change:: :tags: sqlite, bug diff --git a/doc/build/conf.py b/doc/build/conf.py index fd16b2df1e..04786ef49c 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -83,9 +83,9 @@ copyright = u'2007-2012, the SQLAlchemy authors and contributors' # The short X.Y version. version = "0.8" # The full version, including alpha/beta/rc tags. -release = "0.8.0b1" +release = "0.8.0b2" -release_date = "October 30, 2012" +release_date = "December 14, 2012" site_base = "http://www.sqlalchemy.org"