diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-05 08:45:43 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-05 08:45:43 -0400 |
commit | 878a81c62061ab506ed1874d541cbeb714fe06fe (patch) | |
tree | 0e54e0434ee6e1655d800bbb51cb57ec687d9fcb /docs/conf.py | |
parent | 06fcc7c974de667fa43abe247c4d6fa94e3c1936 (diff) | |
download | external_python_setuptools-878a81c62061ab506ed1874d541cbeb714fe06fe.tar.gz external_python_setuptools-878a81c62061ab506ed1874d541cbeb714fe06fe.tar.bz2 external_python_setuptools-878a81c62061ab506ed1874d541cbeb714fe06fe.zip |
Bumped to 0.6.39 in preparation for next release.
--HG--
branch : distribute
extra : rebase_source : 3e627b0d100b8ae32e8dc995f2da0003bbd9c605
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 b5dc23bd..fc60a008 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.38' +version = '0.6.39' # The full version, including alpha/beta/rc tags. -release = '0.6.38' +release = '0.6.39' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |