diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2012-10-21 04:01:36 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2012-10-21 04:01:36 -0400 |
commit | ae5c5639d3704b1c4caece39839b6135fe8381b7 (patch) | |
tree | daf533458c676d400fcb9cb4790fb67ef4e8ef3f /docs/conf.py | |
parent | 724ffeddce8c6f302b84b2112bfc76971c7da4f7 (diff) | |
download | external_python_setuptools-ae5c5639d3704b1c4caece39839b6135fe8381b7.tar.gz external_python_setuptools-ae5c5639d3704b1c4caece39839b6135fe8381b7.tar.bz2 external_python_setuptools-ae5c5639d3704b1c4caece39839b6135fe8381b7.zip |
Bumped to 0.6.30 in preparation for next release.
--HG--
branch : distribute
extra : rebase_source : 2181b40073d9790f489b692900f53c5efb3c34cd
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 7b82a884..e6cfdca0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ copyright = u'2009-2011, The fellowship of the packaging' # built documents. # # The short X.Y version. -version = '0.6.29' +version = '0.6.30' # The full version, including alpha/beta/rc tags. -release = '0.6.29' +release = '0.6.30' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |