summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-08-07 08:54:19 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-08-07 14:50:49 -0400
commit6b3017454af6662dde107755f1ee92153e69a4d8 (patch)
tree376612a151f46fe38e8c659c4bf2cb31b024c8a9
parentfa9e42064b8544d1e63e7be30f831e4197cc21b3 (diff)
downloadpython-coveragepy-git-6b3017454af6662dde107755f1ee92153e69a4d8.tar.gz
One more detail to keep in sync
-rw-r--r--doc/index.rst2
-rw-r--r--howto.txt3
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/
diff --git a/howto.txt b/howto.txt
index cead8d21..9b19b72b 100644
--- a/howto.txt
+++ b/howto.txt
@@ -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