diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-24 16:36:21 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-24 16:36:21 -0400 |
commit | 6075a86ef9810670e9b89c9f4321aad19158fad0 (patch) | |
tree | 99b1962c84d232cddb3f7935d526553ff06871be /docs/conf.py | |
parent | 0465490edb621f16353aa5ac7d9661cf69accf8b (diff) | |
download | external_python_setuptools-6075a86ef9810670e9b89c9f4321aad19158fad0.tar.gz external_python_setuptools-6075a86ef9810670e9b89c9f4321aad19158fad0.tar.bz2 external_python_setuptools-6075a86ef9810670e9b89c9f4321aad19158fad0.zip |
Bump to 0.7b2 for next release
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 25022b03..3ce8913e 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.7b1' +version = '0.7b2' # The full version, including alpha/beta/rc tags. -release = '0.7b1' +release = '0.7b2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |