diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-02 11:42:56 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-02 11:42:56 -0400 |
commit | 132ef1524599896fd97bc1477d86a339bcf51415 (patch) | |
tree | 5bfd55b35c7116272d86033c603069b5ce1a975e /docs/conf.py | |
parent | 3bcd16d6a3f783e53fd8b083c5f9c655a08439fc (diff) | |
download | external_python_setuptools-132ef1524599896fd97bc1477d86a339bcf51415.tar.gz external_python_setuptools-132ef1524599896fd97bc1477d86a339bcf51415.tar.bz2 external_python_setuptools-132ef1524599896fd97bc1477d86a339bcf51415.zip |
Bumped to 0.6.49 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 9c9a05f2..4146dcaa 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.48' +version = '0.6.49' # The full version, including alpha/beta/rc tags. -release = '0.6.48' +release = '0.6.49' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |