From: Mike Bayer Date: Fri, 28 Mar 2014 23:40:21 +0000 (-0400) Subject: 0.8.6 X-Git-Tag: rel_0_8_6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6bb74b6ede5d7eedded3385c7a2b5736869ff05a;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 0.8.6 --- diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 35c1b7f910..c25cc9a196 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -10,6 +10,7 @@ .. changelog:: :version: 0.8.6 + :released: March 28, 2014 .. change:: :tags: bug, orm diff --git a/doc/build/conf.py b/doc/build/conf.py index ca194b8169..b8e1c5a4b9 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -84,9 +84,9 @@ copyright = u'2007-2014, the SQLAlchemy authors and contributors' # The short X.Y version. version = "0.8" # The full version, including alpha/beta/rc tags. -release = "0.8.5" +release = "0.8.6" -release_date = "February 19, 2014" +release_date = "March 28, 2014" site_base = "http://www.sqlalchemy.org"