From: Mike Bayer Date: Sat, 26 Oct 2013 20:24:58 +0000 (-0400) Subject: 0.8.3 release X-Git-Tag: rel_0_8_3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abb4e5314a19abd538dc518c12a4e54a8840c695;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 0.8.3 release --- diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index a77dd67443..f5becb6c3a 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -9,6 +9,7 @@ .. changelog:: :version: 0.8.3 + :released: October 26, 2013 .. change:: :tags: bug, oracle diff --git a/doc/build/conf.py b/doc/build/conf.py index c87375ee76..3e211b3885 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.2" +release = "0.8.3" -release_date = "July 3, 2013" +release_date = "October 26, 2013" site_base = "http://www.sqlalchemy.org"