diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-27 16:29:08 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-27 16:29:08 -0500 |
| commit | 014da861d917b8cc714da82e6d1239c3a5a62d9a (patch) | |
| tree | 214c451668009fa8fd17b3b2a672dcfefe73eb65 /doc/conf.py | |
| parent | 6b89dda44ab4ea006867d88034270b79c198aa05 (diff) | |
| download | python-coveragepy-014da861d917b8cc714da82e6d1239c3a5a62d9a.tar.gz | |
The docs have said '3.0' for a while now..
Diffstat (limited to 'doc/conf.py')
| -rw-r--r-- | doc/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py index 2044bf8..4a787f1 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -47,9 +47,9 @@ copyright = u'2009, Ned Batchelder' # built documents.
#
# The short X.Y version.
-version = '3.0'
+version = '3.2'
# The full version, including alpha/beta/rc tags.
-release = '3.0'
+release = '3.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
|
