From: Mike Bayer Date: Mon, 6 Jan 2014 00:29:15 +0000 (-0500) Subject: - 0.9.1 X-Git-Tag: rel_0_9_1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9d69035a1d7f78c71e5467e1dde828d099f30144;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - 0.9.1 --- diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 4ba3b7129a..6e28465ff3 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -13,6 +13,7 @@ .. changelog:: :version: 0.9.1 + :released: January 5, 2014 .. change:: :tags: bug, orm, events diff --git a/doc/build/conf.py b/doc/build/conf.py index 02d68c674c..1546177a64 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -91,9 +91,9 @@ 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.0" +release = "0.9.1" -release_date = "December 30, 2013" +release_date = "January 5, 2014" site_base = "http://www.sqlalchemy.org"