From: Mike Bayer Date: Mon, 16 May 2016 19:52:07 +0000 (-0400) Subject: - 1.0.13 X-Git-Tag: rel_1_0_13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f500bfee855e147323b753790b557e2fe06b83e2;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - 1.0.13 --- diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index f4bf109541..39670b0d8d 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -17,6 +17,7 @@ .. changelog:: :version: 1.0.13 + :released: May 16, 2016 .. change:: :tags: bug, orm diff --git a/doc/build/conf.py b/doc/build/conf.py index b60074395d..46f3b0af71 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -138,9 +138,9 @@ copyright = u'2007-2016, the SQLAlchemy authors and contributors' # The short X.Y version. version = "1.0" # The full version, including alpha/beta/rc tags. -release = "1.0.12" +release = "1.0.13" -release_date = "February 15, 2016" +release_date = "May 16, 2016" site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org") site_adapter_template = "docs_adapter.mako"