diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-24 16:59:46 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-24 16:59:46 -0400 |
commit | 8f52bc5f9db7b202461c6d2421930545a683fb5f (patch) | |
tree | a52ee6027b6bab13daa220dcfb574b84ddf9580f /docs/conf.py | |
parent | 1bc6912c187819269f60ec7851a43a778b6881b8 (diff) | |
download | external_python_setuptools-8f52bc5f9db7b202461c6d2421930545a683fb5f.tar.gz external_python_setuptools-8f52bc5f9db7b202461c6d2421930545a683fb5f.tar.bz2 external_python_setuptools-8f52bc5f9db7b202461c6d2421930545a683fb5f.zip |
Bump to next anticipated version
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 3ce8913e..1a896681 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.7b2' +version = '0.7b3' # The full version, including alpha/beta/rc tags. -release = '0.7b2' +release = '0.7b3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |