From: Mike Bayer Date: Sun, 10 Mar 2013 01:23:12 +0000 (-0500) Subject: 0.8.0 X-Git-Tag: rel_0_8_0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e061ed18437b3f2fa60795cd890d40d488591694;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 0.8.0 --- diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 1a509089e3..97c9acb51e 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -5,6 +5,7 @@ .. changelog:: :version: 0.8.0 + :released: March 9, 2013 .. note:: diff --git a/doc/build/conf.py b/doc/build/conf.py index 8bfe2d2bf3..34caedc228 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -83,9 +83,9 @@ copyright = u'2007-2013, the SQLAlchemy authors and contributors' # The short X.Y version. version = "0.8" # The full version, including alpha/beta/rc tags. -release = "0.8.0b2" +release = "0.8.0" -release_date = "December 14, 2012" +release_date = "March 9, 2013" site_base = "http://www.sqlalchemy.org"