diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-13 11:54:35 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-13 11:54:35 -0400 |
commit | 87750d2cf138ed8f0e600e61db9a4b340f0f4b9a (patch) | |
tree | 1fd72ea6c0e1be46de7f9af2de1165f488c7a807 /docs/conf.py | |
parent | f72612a28fad26d2538a2e260bd158aaacf378e9 (diff) | |
download | external_python_setuptools-87750d2cf138ed8f0e600e61db9a4b340f0f4b9a.tar.gz external_python_setuptools-87750d2cf138ed8f0e600e61db9a4b340f0f4b9a.tar.bz2 external_python_setuptools-87750d2cf138ed8f0e600e61db9a4b340f0f4b9a.zip |
Bumped to 0.10 in preparation for next release.
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 7113c365..d99639d6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ copyright = '2009-2013, The fellowship of the packaging' # built documents. # # The short X.Y version. -version = '0.9' +version = '0.10' # The full version, including alpha/beta/rc tags. -release = '0.9' +release = '0.10' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |