diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2012-05-18 15:46:40 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2012-05-18 15:46:40 -0400 |
commit | 7b49853cb59e15b9c7432584bc57f18b38845333 (patch) | |
tree | bd6321bfb8320894ffbc0fb4a9e41f302cc3a5fa /docs/conf.py | |
parent | c12a58c82e556d8cba9b4a083d597f0669279185 (diff) | |
download | external_python_setuptools-7b49853cb59e15b9c7432584bc57f18b38845333.tar.gz external_python_setuptools-7b49853cb59e15b9c7432584bc57f18b38845333.tar.bz2 external_python_setuptools-7b49853cb59e15b9c7432584bc57f18b38845333.zip |
Bumped to 0.6.28 in preparation for next release.
--HG--
branch : distribute
extra : rebase_source : eb9a0f08f4b371984517f556638682828e7048b1
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 5312272f..e7011e26 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ copyright = u'2009-2011, The fellowship of the packaging' # built documents. # # The short X.Y version. -version = '0.6.27' +version = '0.6.28' # The full version, including alpha/beta/rc tags. -release = '0.6.27' +release = '0.6.28' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |