From: Mike Bayer Date: Sun, 8 Dec 2013 19:56:30 +0000 (-0500) Subject: 0.8.4 prep X-Git-Tag: rel_0_8_4~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b576359dba20b0af97c75764ddf13fbc3fa48458;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 0.8.4 prep --- diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 0902ff7e46..7fd698ad66 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -10,6 +10,7 @@ .. changelog:: :version: 0.8.4 + :released: December 8, 2013 .. change:: :tags: bug, engine diff --git a/doc/build/conf.py b/doc/build/conf.py index 3e211b3885..3f03d015c5 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.3" +release = "0.8.4" -release_date = "October 26, 2013" +release_date = "December 8, 2013" site_base = "http://www.sqlalchemy.org"