diff options
| author | Chris McDonough <chrism@plope.com> | 2012-01-31 01:27:36 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-01-31 01:27:36 -0500 |
| commit | 77343397b7de6793cdb30c32a4544af3e789557f (patch) | |
| tree | 5b3ea41d30aecfd393205282454986b31e2a96cb | |
| parent | 3afdef3b1aebdb4ff17a5281f19b9abc788c7658 (diff) | |
| download | waitress-0.8.tar.gz | |
prep for 0.80.8
| -rw-r--r-- | CHANGES.txt | 4 | ||||
| -rw-r--r-- | docs/conf.py | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 4b834a5..622ad87 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -Next release ------------- +0.8 (2012-01-31) +---------------- Features ~~~~~~~~ diff --git a/docs/conf.py b/docs/conf.py index d530f76..e4ddd11 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.7' +version = '0.8' # The full version, including alpha/beta/rc tags. release = version @@ -23,7 +23,7 @@ except IOError: setup( name='waitress', - version='0.7', + version='0.8', author='Zope Foundation and Contributors', author_email='zope-dev@zope.org', maintainer="Chris McDonough", |
