From 6bb74b6ede5d7eedded3385c7a2b5736869ff05a Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 28 Mar 2014 19:40:21 -0400 Subject: [PATCH] 0.8.6 --- 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 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" -- 2.47.3