summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-11-30 12:51:20 -0500
committerChris McDonough <chrism@plope.com>2013-11-30 12:51:20 -0500
commit29f24756cb5c4be9982b90a40583dd927a440233 (patch)
tree23c9f112c3c2c5c8ba92e2c3c2110a01d864b2b1
parent8959cd97e7a86326cfab3ab97717a693c545f7cf (diff)
downloadwaitress-0.8.8.tar.gz
prep for 0.8.80.8.8
-rw-r--r--CHANGES.txt4
-rw-r--r--setup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index f03f21a..b8611ca 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,5 @@
-Next release
-------------
+0.8.8 (2013-11-30)
+------------------
- Fix some cases where the creation of extremely large output buffers (greater
than 2GB, suspected to be buffers added via ``wsgi.file_wrapper``) might
diff --git a/setup.py b/setup.py
index f28271a..4d5307d 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ if sys.version_info[:2] == (2, 6):
setup(
name='waitress',
- version='0.8.7',
+ version='0.8.8',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
maintainer="Chris McDonough",