From f500bfee855e147323b753790b557e2fe06b83e2 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 16 May 2016 15:52:07 -0400 Subject: [PATCH] - 1.0.13 --- doc/build/changelog/changelog_10.rst | 1 + doc/build/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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" -- 2.47.3