diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2010-02-24 20:48:28 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-02-24 20:48:28 -0500 |
commit | 1db860fe7412fb5bda5857c41ae73e6efde71616 (patch) | |
tree | ca5d45073e72024a0b13c3d4ba9d295a813a706b /doc/conf.py | |
parent | 3d498077c01ce905106bab708fa52c055ffcba16 (diff) | |
download | python-coveragepy-git-1db860fe7412fb5bda5857c41ae73e6efde71616.tar.gz |
Move the version number to 3.3
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 430873a5..132872fe 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -47,9 +47,9 @@ copyright = u'2009-2010, Ned Batchelder' # built documents.
#
# The short X.Y version.
-version = '3.2'
+version = '3.3'
# The full version, including alpha/beta/rc tags.
-release = '3.2'
+release = '3.3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
|