diff options
author | Chris McDonough <chrism@plope.com> | 2013-08-29 11:57:13 -0400 |
---|---|---|
committer | Chris McDonough <chrism@plope.com> | 2013-08-29 11:57:13 -0400 |
commit | c957f1d70ab82ba15ce0dce8fca7cf70fe2f2b97 (patch) | |
tree | 32786c6ab8365c693dd03c4105e20bb4784c8e25 | |
parent | 0932500f532dc83503a99c22d964220d7fba2731 (diff) | |
download | waitress-c957f1d70ab82ba15ce0dce8fca7cf70fe2f2b97.tar.gz |
prep for 0.8.70.8.7
-rw-r--r-- | CHANGES.txt | 4 | ||||
-rw-r--r-- | docs/conf.py | 2 | ||||
-rw-r--r-- | setup.py | 2 |
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 @@ -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", |