From: Mike Bayer Date: Mon, 23 Jun 2014 15:17:39 +0000 (-0400) Subject: 0.9.5 X-Git-Tag: rel_0_9_5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=847c0a8cbef98715bf4ae441882b06d90dbe0d80;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 0.9.5 --- 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")