diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-03 14:20:13 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-03 14:20:13 -0400 |
commit | 6b694814e0f877a45aff1091849ec09abd8f0ed2 (patch) | |
tree | 30a988035e613a97d8a6417180aff6b91e3dfc55 /docs/conf.py | |
parent | 0bbfe3d3d2e8bbddd492b0a50793d1352a33c3cb (diff) | |
download | external_python_setuptools-6b694814e0f877a45aff1091849ec09abd8f0ed2.tar.gz external_python_setuptools-6b694814e0f877a45aff1091849ec09abd8f0ed2.tar.bz2 external_python_setuptools-6b694814e0f877a45aff1091849ec09abd8f0ed2.zip |
Bumped to 0.7.2 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 61775604..e2815394 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.1' +version = '0.7.2' # The full version, including alpha/beta/rc tags. -release = '0.7.1' +release = '0.7.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |