summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2017-08-03 11:37:42 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2017-08-03 11:37:42 -0400
commit2d24d9c4f145088daadfc1e364a825b25f520047 (patch)
treee0a577b672535a5b04197f69d554dc4cc157fdb6
parent90ef2c2314187b00e037a4b347b5d62eec387aac (diff)
downloadsqlalchemy-2d24d9c4f145088daadfc1e364a825b25f520047.tar.gz
- 1.1.13rel_1_1_13
-rw-r--r--doc/build/changelog/changelog_11.rst2
-rw-r--r--doc/build/conf.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst
index 5aafe17e3..16f01be55 100644
--- a/doc/build/changelog/changelog_11.rst
+++ b/doc/build/changelog/changelog_11.rst
@@ -20,7 +20,7 @@
.. changelog::
:version: 1.1.13
- :include_notes_from: unreleased_11
+ :released: August 3, 2017
.. changelog::
:version: 1.1.12
diff --git a/doc/build/conf.py b/doc/build/conf.py
index f8dd56ac9..e007349d9 100644
--- a/doc/build/conf.py
+++ b/doc/build/conf.py
@@ -110,9 +110,9 @@ copyright = u'2007-2017, the SQLAlchemy authors and contributors'
# The short X.Y version.
version = "1.1"
# The full version, including alpha/beta/rc tags.
-release = "1.1.12"
+release = "1.1.13"
-release_date = "July 24, 2017"
+release_date = "August 3, 2017"
site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org")
site_adapter_template = "docs_adapter.mako"