diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-03-10 13:52:52 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-03-10 13:52:52 -0400 |
commit | 7e6a8c4420447076d982e72b27ca710d062e8ab8 (patch) | |
tree | 3dd38198fd5f47ae2eb91f824df454aae0cc5442 | |
parent | b5ce319f6c6a2e6c71d7b6788f694eb6135d3a4f (diff) | |
download | python-coveragepy-git-7e6a8c4420447076d982e72b27ca710d062e8ab8.tar.gz |
4.5.3 is shipped
-rw-r--r-- | doc/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.rst b/doc/index.rst index 7ed08189..e3c05716 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -40,7 +40,7 @@ not. * IronPython 2.7.7, though only for running code, not reporting. **This is a pre-release build. The usual warnings about possible bugs - apply.** The latest stable version is coverage.py 4.5.2, `described here`_. + apply.** The latest stable version is coverage.py 4.5.3, `described here`_. .. _described here: http://coverage.readthedocs.io/ |