diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-13 16:16:58 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-13 16:16:58 -0400 |
commit | 21ba9de1f81928b82344d3f61031cb14f1451cdc (patch) | |
tree | c2d0b13e6922719a850dc05c4e800f48cf3ae1c9 /docs/conf.py | |
parent | 9298e5f23a1edbbab4b2da4ca9e9496b8e69c0dc (diff) | |
download | external_python_setuptools-21ba9de1f81928b82344d3f61031cb14f1451cdc.tar.gz external_python_setuptools-21ba9de1f81928b82344d3f61031cb14f1451cdc.tar.bz2 external_python_setuptools-21ba9de1f81928b82344d3f61031cb14f1451cdc.zip |
Bumped to 0.9.1 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 d99639d6..3c71f326 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.10' +version = '0.9.1' # The full version, including alpha/beta/rc tags. -release = '0.10' +release = '0.9.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |