diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-02 11:37:26 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-02 11:37:26 -0400 |
commit | ccc570ac00b66b799cd8e626543340786df1bcd2 (patch) | |
tree | 00efc4661d566d88b16760ad4bac51f0f321c670 /docs/conf.py | |
parent | 9f551f0f9eda458347a802a7e7c616035c44d0b3 (diff) | |
download | external_python_setuptools-ccc570ac00b66b799cd8e626543340786df1bcd2.tar.gz external_python_setuptools-ccc570ac00b66b799cd8e626543340786df1bcd2.tar.bz2 external_python_setuptools-ccc570ac00b66b799cd8e626543340786df1bcd2.zip |
Bumped to 0.7.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 f38127c0..61775604 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.7' +version = '0.7.1' # The full version, including alpha/beta/rc tags. -release = '0.7' +release = '0.7.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |