summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2014-05-16 17:48:31 -0400
committerChris McDonough <chrism@plope.com>2014-05-16 17:48:31 -0400
commitb795d573a5a9e6e39b46a6e82da367a6a5db8dbd (patch)
treee70649fc16441d12859eb009f7e3dc30b398909d
parent1ea88ba94326d80ed816c288506414b17663c9b9 (diff)
downloadwaitress-b795d573a5a9e6e39b46a6e82da367a6a5db8dbd.tar.gz
prep for 0.8.90.8.9
-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 10b1bad..cabd7cf 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,5 @@
-Unreleased
-----------
+0.8.9 (2014-05-16)
+------------------
- Fix tests under Windows. NB: to run tests under Windows, you cannot run
"setup.py test" or "setup.py nosetests". Instead you must run ``python.exe
diff --git a/setup.py b/setup.py
index 4d5307d..a1ae508 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ if sys.version_info[:2] == (2, 6):
setup(
name='waitress',
- version='0.8.8',
+ version='0.8.9',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
maintainer="Chris McDonough",