From e71cf56a835842cd7d7038d6527888cc1297005f Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 22 Jul 2015 13:37:35 -0400 Subject: [PATCH] 0.9.10 --- 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 cd2e073757..055dea80d4 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -13,6 +13,7 @@ .. changelog:: :version: 0.9.10 + :released: July 22, 2015 .. change:: :tags: bug, sqlite diff --git a/doc/build/conf.py b/doc/build/conf.py index 0a898a329e..069f808b66 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -106,9 +106,9 @@ copyright = u'2007-2015, the SQLAlchemy authors and contributors' # The short X.Y version. version = "0.9" # The full version, including alpha/beta/rc tags. -release = "0.9.9" +release = "0.9.10" -release_date = "March 10, 2015" +release_date = "July 22, 2015" site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org") site_adapter_template = "docs_adapter.mako" -- 2.47.3