diff options
author | Chris McDonough <chrism@plope.com> | 2012-01-02 18:46:54 -0500 |
---|---|---|
committer | Chris McDonough <chrism@plope.com> | 2012-01-02 18:46:54 -0500 |
commit | 3bf9c037480c1eae3904f61a1883b4810d8e15bc (patch) | |
tree | 739ebe7e90e2d4395003130f17d0a52d0e92c3c4 | |
parent | 1becf02d0f0843e24fe3888891e7f9c8889264f0 (diff) | |
download | waitress-0.4.tar.gz |
prep for 0.40.4
-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 18d8aee..f8bdea4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -Next release ------------- +0.4 (2012-01-02) +---------------- Features ~~~~~~~~ diff --git a/docs/conf.py b/docs/conf.py index 2f00de7..654d2b0 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.3' +version = '0.4' # The full version, including alpha/beta/rc tags. release = version @@ -23,7 +23,7 @@ except IOError: setup( name='waitress', - version='0.3', + version='0.4', author='Zope Foundation and Contributors', author_email='zope-dev@zope.org', maintainer="Chris McDonough", |