diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-13 07:07:03 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-13 07:07:03 -0400 |
commit | 8f05565451ef38cc10074582ad826941f8f8c899 (patch) | |
tree | 3b13af466ad891a3481fd420c63f612a7621b44e /docs/conf.py | |
parent | a0d19667eaa92bd95f2bebfcb50a68d0921282eb (diff) | |
parent | 068ab0e3a6e5146137ee9f913e3b1fbc5b337c22 (diff) | |
download | external_python_setuptools-8f05565451ef38cc10074582ad826941f8f8c899.tar.gz external_python_setuptools-8f05565451ef38cc10074582ad826941f8f8c899.tar.bz2 external_python_setuptools-8f05565451ef38cc10074582ad826941f8f8c899.zip |
Merge with Distribute 0.6.39
--HG--
rename : distribute_setup.py => ez_setup.py
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 4f878f64..9a60cfe1 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.6.36' +version = '0.6.40' # The full version, including alpha/beta/rc tags. -release = '0.6.36' +release = '0.6.40' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |