From: Mike Bayer Date: Mon, 3 Feb 2014 00:19:24 +0000 (-0500) Subject: 0.9.2 X-Git-Tag: rel_0_9_2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=064df1d1ee64d5e135c380323d87dacee743ce9e;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 0.9.2 --- diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index a043d61c34..bc711b89a0 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -13,6 +13,7 @@ .. changelog:: :version: 0.9.2 + :released: February 2, 2014 .. change:: :tags: bug, examples diff --git a/doc/build/conf.py b/doc/build/conf.py index 6ad08fe384..8a486c1af2 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -92,9 +92,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.1" +release = "0.9.2" -release_date = "January 5, 2014" +release_date = "February 2, 2014" site_base = "http://www.sqlalchemy.org"