diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-09-29 09:38:26 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-09-29 09:38:26 -0400 |
commit | 56436f20ee79b6f295251aa88ee9691c9f92c511 (patch) | |
tree | bf3f8c9371e5e7e4cf3fcda86f66f91346ec836e /doc/conf.py | |
parent | 69ef34577b7dd25fea1e65c5d1bb6d629f77d9bc (diff) | |
download | python-coveragepy-git-56436f20ee79b6f295251aa88ee9691c9f92c511.tar.gz |
Update version number to 3.5.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 dd432751..eca67250 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -47,9 +47,9 @@ copyright = u'2009-2012, Ned Batchelder' # built documents.
#
# The short X.Y version.
-version = '3.5.2'
+version = '3.5.3'
# The full version, including alpha/beta/rc tags.
-release = '3.5.2'
+release = '3.5.3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
|