From 059291734c6977b28411570d07ae29bc7efc1215 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 24 May 2013 20:46:26 -0400 Subject: [PATCH] prep for 0.8.4 --- CHANGES.txt | 4 ++-- docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 27223c2e..33b62640 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -Next release ------------- +0.8.4 (2013-05-24) +------------------ - Add a command-line runner called ``waitress-serve`` to allow Waitress to run WSGI applications without any addional machinery. This is diff --git a/docs/conf.py b/docs/conf.py index feda4520..b776ddc1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,7 +65,7 @@ # other places throughout the built documents. # # The short X.Y version. -version = '0.8.3' +version = '0.8.4' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.py b/setup.py index 8090696a..9e15cd35 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ setup( name='waitress', - version='0.8.3', + version='0.8.4', author='Zope Foundation and Contributors', author_email='zope-dev@zope.org', maintainer="Chris McDonough",