diff options
-rw-r--r-- | CHANGES.rst | 6 | ||||
-rw-r--r-- | coverage/version.py | 2 | ||||
-rw-r--r-- | howto.txt | 1 |
3 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index fdedc7aa..22bf6673 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -17,6 +17,12 @@ development at the same time, such as 4.5.x and 5.0. .. Version 9.8.1 — 2027-07-27 .. -------------------------- +Unreleased +---------- + +Nothing yet. + + .. _changes_6-4-2: Version 6.4.2 — 2022-07-12 diff --git a/coverage/version.py b/coverage/version.py index 33fce3c2..cb4b80a2 100644 --- a/coverage/version.py +++ b/coverage/version.py @@ -5,7 +5,7 @@ # This file is exec'ed in setup.py, don't import anything! # Same semantics as sys.version_info. -version_info = (6, 4, 2, "final", 0) +version_info = (6, 4, 3, "alpha", 0) def _make_version(major, minor, micro, releaselevel, serial): @@ -86,7 +86,6 @@ - things to automate: - url to link to latest changes in docs - next version.py line - - curl to start the kit actions going - readthedocs api to do the readthedocs changes |