From: Mike Bayer Date: Mon, 30 Dec 2013 23:31:33 +0000 (-0500) Subject: - 0.9.0 release date X-Git-Tag: rel_0_9_0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f00657fa8a3a484d3a9207c67c0a1d20ab8313bb;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - 0.9.0 release date --- diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 7c6984140f..65da0a39fd 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -13,6 +13,7 @@ .. changelog:: :version: 0.9.0 + :released: December 30, 2013 .. change:: :tags: bug, orm, declarative diff --git a/doc/build/conf.py b/doc/build/conf.py index 467a9c9aed..18186cc886 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -91,9 +91,9 @@ copyright = u'2007-2013, the SQLAlchemy authors and contributors' # The short X.Y version. version = "0.9" # The full version, including alpha/beta/rc tags. -release = "0.9.0b1" +release = "0.9.0" -release_date = "October 26, 2013" +release_date = "December 30, 2013" site_base = "http://www.sqlalchemy.org"