From b795d573a5a9e6e39b46a6e82da367a6a5db8dbd Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 16 May 2014 17:48:31 -0400 Subject: prep for 0.8.9 --- CHANGES.txt | 4 ++-- setup.py | 2 +- 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", -- cgit v1.2.1