summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-08-29 11:57:13 -0400
committerChris McDonough <chrism@plope.com>2013-08-29 11:57:13 -0400
commitc957f1d70ab82ba15ce0dce8fca7cf70fe2f2b97 (patch)
tree32786c6ab8365c693dd03c4105e20bb4784c8e25
parent0932500f532dc83503a99c22d964220d7fba2731 (diff)
downloadwaitress-c957f1d70ab82ba15ce0dce8fca7cf70fe2f2b97.tar.gz
prep for 0.8.70.8.7
-rw-r--r--CHANGES.txt4
-rw-r--r--docs/conf.py2
-rw-r--r--setup.py2
3 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 7ddf78e..8718f1b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,5 @@
-Next release
-------------
+0.8.7 (2013-08-29)
+------------------
- The HTTP version of the response returned by waitress when it catches an
exception will now match the HTTP request version.
diff --git a/docs/conf.py b/docs/conf.py
index bc6e119..fa9f9a7 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -65,7 +65,7 @@ copyright = '2012, Agendaless Consulting <chrism@plope.com>'
# other places throughout the built documents.
#
# The short X.Y version.
-version = '0.8.6'
+version = '0.8.7'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/setup.py b/setup.py
index 474fd3c..f28271a 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ if sys.version_info[:2] == (2, 6):
setup(
name='waitress',
- version='0.8.6',
+ version='0.8.7',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
maintainer="Chris McDonough",