diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-02 10:46:47 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-02 10:46:47 -0400 |
commit | 87818a14ed9897a88737f287b634191337a2ed2a (patch) | |
tree | 4692fc0129dec2801e46394e396e259d8b179263 /docs/conf.py | |
parent | fa3e4622dfdce9b43ddb0a61a6714f047c31a28b (diff) | |
download | external_python_setuptools-87818a14ed9897a88737f287b634191337a2ed2a.tar.gz external_python_setuptools-87818a14ed9897a88737f287b634191337a2ed2a.tar.bz2 external_python_setuptools-87818a14ed9897a88737f287b634191337a2ed2a.zip |
Bumped to 0.7 in preparation for next release.0.7
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 8cd3b069..f38127c0 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.7b5' +version = '0.7' # The full version, including alpha/beta/rc tags. -release = '0.7b5' +release = '0.7' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |