diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-29 07:37:04 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-29 07:37:04 -0400 |
commit | 641eac6550896506fa939205f249bcfb8f057d57 (patch) | |
tree | 9abf0b22dded39d47cfdb2b661766360e3ad59b9 /docs/conf.py | |
parent | 75e163b3bfbef013cbb132727c43df738d028ffe (diff) | |
download | external_python_setuptools-641eac6550896506fa939205f249bcfb8f057d57.tar.gz external_python_setuptools-641eac6550896506fa939205f249bcfb8f057d57.tar.bz2 external_python_setuptools-641eac6550896506fa939205f249bcfb8f057d57.zip |
Bumped to 0.6.46 in preparation for next release.
--HG--
branch : distribute
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 ff934d40..ba020915 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.45' +version = '0.6.46' # The full version, including alpha/beta/rc tags. -release = '0.6.45' +release = '0.6.46' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |