summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt4
-rw-r--r--README.rst10
-rw-r--r--docs/conf.py2
-rw-r--r--setup.py2
4 files changed, 9 insertions, 9 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index aa3dd8c..e64ae86 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,5 @@
-Next release
-------------
+0.8.3 (2013-04-28)
+------------------
Features
~~~~~~~~
diff --git a/README.rst b/README.rst
index 7ddbc8e..e10eac8 100644
--- a/README.rst
+++ b/README.rst
@@ -1,8 +1,8 @@
-Waitress is meant to be a production-quality pure-Python WSGI server with
-very acceptable performance. It has no dependencies except ones which live
-in the Python standard library. It runs on CPython on Unix and Windows under
-Python 2.6+ and Python 3.2. It is also known to run on PyPy 1.6.0 on UNIX.
-It supports HTTP/1.0 and HTTP/1.1.
+Waitress is meant to be a production-quality pure-Python WSGI server with very
+acceptable performance. It has no dependencies except ones which live in the
+Python standard library. It runs on CPython on Unix and Windows under Python
+2.6+ and Python 3.2+. It is also known to run on PyPy 1.6.0+ on UNIX. It
+supports HTTP/1.0 and HTTP/1.1.
For more information, see the "docs" directory of the Waitress package or
http://docs.pylonsproject.org/projects/waitress/en/latest/ .
diff --git a/docs/conf.py b/docs/conf.py
index ced2146..feda452 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.2'
+version = '0.8.3'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/setup.py b/setup.py
index 87dc09f..347e560 100644
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@ testing_extras = [
setup(
name='waitress',
- version='0.8.2',
+ version='0.8.3',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
maintainer="Chris McDonough",