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, 6 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 8b3b767..632de88 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,5 @@
-Next release
-------------
+0.8.2 (2012-11-14)
+------------------
Bug Fixes
~~~~~~~~~
@@ -12,6 +12,8 @@ Bug Fixes
- Allow "ident" to be used as a keyword to ``serve()`` as per docs.
+- Add py33 to tox.ini.
+
0.8.1 (2012-02-13)
------------------
diff --git a/docs/conf.py b/docs/conf.py
index de88f86..ced2146 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.1'
+version = '0.8.2'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/setup.py b/setup.py
index b27b331..32365bb 100644
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@ testing_extras = [
setup(
name='waitress',
- version='0.8.1',
+ version='0.8.2',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
maintainer="Chris McDonough",