summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2016-06-16 15:02:10 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2016-06-16 16:01:03 -0400
commitd59cf4eb3f98f4a309693d2d3e128ea142e197a6 (patch)
tree0f90ad4065bfec35cb9bd4407d2e65875930fda5
parentec36df00af58b8c12b9f6685fdb443eda6755fe2 (diff)
downloadsqlalchemy-d59cf4eb3f98f4a309693d2d3e128ea142e197a6.tar.gz
1.1.0b1
-rw-r--r--doc/build/changelog/changelog_11.rst1
-rw-r--r--doc/build/conf.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst
index 2b71c799d..fdc9a585a 100644
--- a/doc/build/changelog/changelog_11.rst
+++ b/doc/build/changelog/changelog_11.rst
@@ -20,6 +20,7 @@
.. changelog::
:version: 1.1.0b1
+ :released: June 16, 2016
.. change::
:tags: feature, sql
diff --git a/doc/build/conf.py b/doc/build/conf.py
index f24fb4a41..8f01adf86 100644
--- a/doc/build/conf.py
+++ b/doc/build/conf.py
@@ -140,7 +140,7 @@ version = "1.1"
# The full version, including alpha/beta/rc tags.
release = "1.1.0b1"
-release_date = "not released"
+release_date = "June 16, 2016"
site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org")
site_adapter_template = "docs_adapter.mako"