From f00657fa8a3a484d3a9207c67c0a1d20ab8313bb Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 30 Dec 2013 18:31:33 -0500 Subject: [PATCH] - 0.9.0 release date --- doc/build/changelog/changelog_09.rst | 1 + doc/build/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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" -- 2.47.3