diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-13 08:22:02 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-13 08:22:02 -0400 |
commit | 17bc3630ba27ac4ce6fe4537f071e5621c31a5bc (patch) | |
tree | f6d8202426fb436b4469c847c782ff56497ff3ae /docs/conf.py | |
parent | 40da992b5e706a5bb5ac438256633828c2640f53 (diff) | |
download | external_python_setuptools-17bc3630ba27ac4ce6fe4537f071e5621c31a5bc.tar.gz external_python_setuptools-17bc3630ba27ac4ce6fe4537f071e5621c31a5bc.tar.bz2 external_python_setuptools-17bc3630ba27ac4ce6fe4537f071e5621c31a5bc.zip |
Update versions in preparation for an 0.7b1 release0.7b1
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index 9a60cfe1..25022b03 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ copyright = u'2009-2013, The fellowship of the packaging' # built documents. # # The short X.Y version. -version = '0.6.40' +version = '0.7b1' # The full version, including alpha/beta/rc tags. -release = '0.6.40' +release = '0.7b1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |