From b576359dba20b0af97c75764ddf13fbc3fa48458 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 8 Dec 2013 14:56:30 -0500 Subject: [PATCH] 0.8.4 prep --- doc/build/changelog/changelog_08.rst | 1 + doc/build/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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" -- 2.39.5