From: Mike Bayer Date: Mon, 23 Jun 2014 23:01:30 +0000 (-0400) Subject: 0.9.6 X-Git-Tag: rel_0_9_6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7641af22c9aaa53ba1b6f2abab12d99dbd7acf4;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 0.9.6 --- diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 77fc58148f..e4938ec504 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -13,7 +13,7 @@ .. changelog:: :version: 0.9.6 - :released: + :released: June 23, 2014 .. change:: :tags: bug, orm diff --git a/doc/build/conf.py b/doc/build/conf.py index 9e35980ada..00d4d2df3e 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -92,7 +92,7 @@ copyright = u'2007-2014, the SQLAlchemy authors and contributors' # The short X.Y version. version = "0.9" # The full version, including alpha/beta/rc tags. -release = "0.9.5" +release = "0.9.6" release_date = "June 23, 2014"