diff options
author | Chris McDonough <chrism@plope.com> | 2012-01-03 06:55:50 -0500 |
---|---|---|
committer | Chris McDonough <chrism@plope.com> | 2012-01-03 06:55:50 -0500 |
commit | 4e0ba3445624254d1926d37557103aace57c8bd4 (patch) | |
tree | 787e6a327eb35da132f1c231b5fdce7836c5147f /docs/conf.py | |
parent | 1bcdeaec9fb60ba41053fcf9253d2a340af95310 (diff) | |
download | waitress-0.5.tar.gz |
prep for 0.50.5
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 654d2b0..8256033 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.4' +version = '0.5' # The full version, including alpha/beta/rc tags. release = version |