From 256137b06536c9cb3204be38e59a8d0b3feceec7 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 15 Feb 2016 13:43:48 -0500 Subject: [PATCH] - 1.0.12 --- doc/build/changelog/changelog_10.rst | 2 +- doc/build/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index ac250a7aa7..1e10b97d04 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -17,7 +17,7 @@ .. changelog:: :version: 1.0.12 - :released: + :released: February 15, 2016 .. change:: :tags: bug, orm diff --git a/doc/build/conf.py b/doc/build/conf.py index 1b25dbcc8a..b60074395d 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.11" +release = "1.0.12" -release_date = "December 12, 2015" +release_date = "February 15, 2016" site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org") site_adapter_template = "docs_adapter.mako" -- 2.47.3