summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-08-12 01:03:17 -0400
committerChris McDonough <chrism@plope.com>2013-08-12 01:03:17 -0400
commited50366801030f83f78c157059c9ba5f4f81169f (patch)
treea498c2ca750e3bc529664816c8f0ebd664b9dbaa /setup.py
parentb0d0a059574bda04f7d2daa8888d26a90cc49322 (diff)
downloadwaitress-ed50366801030f83f78c157059c9ba5f4f81169f.tar.gz
prep for 0.8.60.8.6
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 194e9ba..474fd3c 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ if sys.version_info[:2] == (2, 6):
setup(
name='waitress',
- version='0.8.5',
+ version='0.8.6',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
maintainer="Chris McDonough",