summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2015-09-02 09:08:38 -0700
committerChris McDonough <chrism@plope.com>2015-09-02 09:08:38 -0700
commit3850e4c09aa9a55dc5c61985981b4ef719d5ebb8 (patch)
tree6d06a2982020b0032c90eaf623ae9afb4fb80203 /setup.py
parent160896bc664bebd7a5260e59982be09e3dde5336 (diff)
downloadwaitress-3850e4c09aa9a55dc5c61985981b4ef719d5ebb8.tar.gz
prep for 0.8.100.8.10
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 6a752dd..7598943 100644
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@ if sys.version_info[:2] == (2, 6):
setup(
name='waitress',
- version='0.8.10dev0',
+ version='0.8.10',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
maintainer="Chris McDonough",