summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-07-22 16:56:07 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-07-22 16:56:14 -0400
commit807680a9ec1e866d7eee997ca051c1b14964d742 (patch)
treef86f756042d35733085529e6b756774f33b6b914
parent367341c95f519a8e69d4648d842a6b39578423a3 (diff)
downloadsqlalchemy-807680a9ec1e866d7eee997ca051c1b14964d742.tar.gz
-rw-r--r--doc/build/changelog/changelog_08.rst1
-rw-r--r--doc/build/conf.py4
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst
index 817090ae6..002eaf704 100644
--- a/doc/build/changelog/changelog_08.rst
+++ b/doc/build/changelog/changelog_08.rst
@@ -10,6 +10,7 @@
.. changelog::
:version: 0.8.7
+ :released: July 22, 2014
.. change::
:tags: bug, mssql
diff --git a/doc/build/conf.py b/doc/build/conf.py
index 593baf4f5..68f3e792e 100644
--- a/doc/build/conf.py
+++ b/doc/build/conf.py
@@ -84,9 +84,9 @@ copyright = u'2007-2014, the SQLAlchemy authors and contributors'
# The short X.Y version.
version = "0.8"
# The full version, including alpha/beta/rc tags.
-release = "0.8.6"
+release = "0.8.7"
-release_date = "March 28, 2014"
+release_date = "July 22, 2014"
site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org")