From: Mike Bayer Date: Wed, 6 Jul 2016 21:10:19 +0000 (-0400) Subject: - 1.0.14 X-Git-Tag: rel_1_0_14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e9a1d7bc6a0ae4ec09b6431d23d201654013c6a7;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - 1.0.14 --- 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"