summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2016-11-15 12:58:52 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2016-11-15 12:58:52 -0500
commitce17fd4bf361e6cd08b6e698e49c118643abe724 (patch)
tree68e312ee5869a732b0b6d5ea7c2d1a568086200a
parent2669488d8530a6fc78ba882d2126d30adb638403 (diff)
downloadsqlalchemy-ce17fd4bf361e6cd08b6e698e49c118643abe724.tar.gz
- 1.1.4rel_1_1_4
-rw-r--r--doc/build/changelog/changelog_11.rst1
-rw-r--r--doc/build/conf.py4
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst
index dab96fb71..701f30e2f 100644
--- a/doc/build/changelog/changelog_11.rst
+++ b/doc/build/changelog/changelog_11.rst
@@ -20,6 +20,7 @@
.. changelog::
:version: 1.1.4
+ :released: November 15, 2016
.. change:: 3842
:tags: bug, sql
diff --git a/doc/build/conf.py b/doc/build/conf.py
index f5785a754..992657b53 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.1"
# The full version, including alpha/beta/rc tags.
-release = "1.1.3"
+release = "1.1.4"
-release_date = "October 27, 2016"
+release_date = "November 15, 2016"
site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org")
site_adapter_template = "docs_adapter.mako"