From 847c0a8cbef98715bf4ae441882b06d90dbe0d80 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 23 Jun 2014 11:17:39 -0400 Subject: [PATCH] 0.9.5 --- 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 9db3a453ef..f3c55a2053 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -13,6 +13,7 @@ .. changelog:: :version: 0.9.5 + :released: June 23, 2014 .. change:: :tags: bug, orm diff --git a/doc/build/conf.py b/doc/build/conf.py index 5f9fa36606..9e35980ada 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.4" +release = "0.9.5" -release_date = "March 28, 2014" +release_date = "June 23, 2014" site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org") -- 2.47.2