summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-01-11 16:05:12 -0500
committerChris McDonough <chrism@plope.com>2012-01-11 16:05:12 -0500
commite95e78158aa6d533044a3a80236a5db6fc70cdf1 (patch)
tree1acadb32f1fa24895c732d77b87344e67dbf1647
parentfeb08593d5ae3fe2ae2fdd781c06918d6cbab444 (diff)
downloadwaitress-e95e78158aa6d533044a3a80236a5db6fc70cdf1.tar.gz
prep for 0.70.7
-rw-r--r--CHANGES.txt4
-rw-r--r--docs/conf.py2
-rw-r--r--setup.py2
3 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 38b1880..dcee98c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,5 @@
-Next release
-------------
+0.7 (2012-01-11)
+----------------
Features
~~~~~~~~
diff --git a/docs/conf.py b/docs/conf.py
index 4eef516..d530f76 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.6.1'
+version = '0.7'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/setup.py b/setup.py
index 47176ca..2d40674 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ except IOError:
setup(
name='waitress',
- version='0.6.1',
+ version='0.7',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
maintainer="Chris McDonough",