summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt6
-rw-r--r--docs/conf.py2
-rw-r--r--setup.py2
3 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index c77217b..747364e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,5 @@
-Next release
-------------
+0.8.6 (2013-08-12)
+------------------
- Do alternate type of checking for UNIX socket support, instead of checking
for platform == windows.
@@ -17,7 +17,7 @@ Next release
``SCRIPT_NAME`` value to be the value passed minus any trailing slashes you
add, and it will cause the ``PATH_INFO`` of any request which is prefixed
with this value to be stripped of the prefix. You can use this instead of
- PasteDeploy's ``prefixmiddleware``to always prefix the path.
+ PasteDeploy's ``prefixmiddleware`` to always prefix the path.
0.8.5 (2013-05-27)
------------------
diff --git a/docs/conf.py b/docs/conf.py
index 52ddcd6..bc6e119 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -65,7 +65,7 @@ copyright = '2012, Agendaless Consulting <chrism@plope.com>'
# other places throughout the built documents.
#
# The short X.Y version.
-version = '0.8.5'
+version = '0.8.6'
# The full version, including alpha/beta/rc tags.
release = version
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",