diff options
author | Chris McDonough <chrism@plope.com> | 2012-01-02 04:35:04 -0500 |
---|---|---|
committer | Chris McDonough <chrism@plope.com> | 2012-01-02 04:35:04 -0500 |
commit | f3ffb5d13e15235a49a159d8e727afe40a629c79 (patch) | |
tree | 5adf709c4768a4485d6002f24d3e597990e8259f /docs/conf.py | |
parent | 0475bf347945223636c512c59dc370637be2d51c (diff) | |
download | waitress-0.3.tar.gz |
prep for 0.30.3
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 783dfbd..2f00de7 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.2' +version = '0.3' # The full version, including alpha/beta/rc tags. release = version |