diff options
-rw-r--r-- | doc/index.rst | 2 | ||||
-rw-r--r-- | howto.txt | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/index.rst b/doc/index.rst index 5ffad66e..f4d20a92 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.3, `described here`_. + apply.** The latest stable version is coverage.py 4.5.4, `described here`_. .. _described here: http://coverage.readthedocs.io/ @@ -13,7 +13,8 @@ - "New in x.y:" - Python versions supported - Update docs - - Version, date and python versions in doc/index.rst + - Version, date and Python versions in doc/index.rst + - Version of latest stable release in doc/index.rst - Version and copyright date in doc/conf.py - Look for CHANGEME comments - Don't forget the man page: doc/python-coverage.1.txt |