From: Mike Bayer Date: Wed, 22 Jul 2015 17:37:35 +0000 (-0400) Subject: 0.9.10 X-Git-Tag: rel_0_9_10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e71cf56a835842cd7d7038d6527888cc1297005f;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 0.9.10 --- 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"