diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-18 15:31:53 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-18 15:31:53 -0500 |
| commit | dbe64885f86485740b1941d378f4d9090f0c07dc (patch) | |
| tree | 57a398284c1eab6588bfb03f6d0886bfb6eb1263 /docs/conf.py | |
| parent | 8b2a09c266f001e428948dfba06b3db1b9beba25 (diff) | |
| download | python-setuptools-bitbucket-dbe64885f86485740b1941d378f4d9090f0c07dc.tar.gz | |
Bumped to 0.8 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 3861b79a..d2e5276c 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.3' +version = '0.8' # The full version, including alpha/beta/rc tags. -release = '0.7.3' +release = '0.8' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |
