diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-25 16:04:05 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-25 16:04:05 -0400 |
commit | 2a6828a3a6f98a6f6e0e97b02b1c6e397130a473 (patch) | |
tree | b9aca4d08e317cf5be12eadabd724532197a4758 /docs/conf.py | |
parent | 14439716f80f8c24996de8d2179003a32f1cff3e (diff) | |
download | external_python_setuptools-2a6828a3a6f98a6f6e0e97b02b1c6e397130a473.tar.gz external_python_setuptools-2a6828a3a6f98a6f6e0e97b02b1c6e397130a473.tar.bz2 external_python_setuptools-2a6828a3a6f98a6f6e0e97b02b1c6e397130a473.zip |
Bump version for subsequent 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 1a896681..b702d358 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.7b3' +version = '0.7b4' # The full version, including alpha/beta/rc tags. -release = '0.7b3' +release = '0.7b4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |