From e9a1d7bc6a0ae4ec09b6431d23d201654013c6a7 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 6 Jul 2016 17:10:19 -0400 Subject: [PATCH] - 1.0.14 --- 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 7247921742..1b27a1dfc3 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -17,6 +17,7 @@ .. changelog:: :version: 1.0.14 + :released: July 6, 2016 .. change:: :tags: bug, postgresql diff --git a/doc/build/conf.py b/doc/build/conf.py index 5a4ae9d0b3..7653827b4e 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -107,9 +107,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.13" +release = "1.0.14" -release_date = "May 16, 2016" +release_date = "July 6, 2016" site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org") site_adapter_template = "docs_adapter.mako" -- 2.47.3