diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2011-09-23 08:20:31 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2011-09-23 08:20:31 -0400 |
commit | 49b5cd4c9b0edf24ff5749d9ec1b52ed4e26dc39 (patch) | |
tree | dacc6e62afc756be921e8208fb870996154dbb78 /doc/conf.py | |
parent | e7f51a120a9b71a4a2a00ae5094857abb5bbf26a (diff) | |
download | python-coveragepy-git-49b5cd4c9b0edf24ff5749d9ec1b52ed4e26dc39.tar.gz |
Update to 3.5.1
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index c86615ab..679c5058 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -49,7 +49,7 @@ copyright = u'2009-2011, Ned Batchelder' # The short X.Y version.
version = '3.5.1'
# The full version, including alpha/beta/rc tags.
-release = '3.5.1b2'
+release = '3.5.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
|