From 08ced5774967f32c5c61084ddfcc5df81e253f55 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 12 Jul 2022 11:51:25 -0400 Subject: build: bump version --- CHANGES.rst | 6 ++++++ coverage/version.py | 2 +- 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): diff --git a/howto.txt b/howto.txt index 47da48ba..01440638 100644 --- a/howto.txt +++ b/howto.txt @@ -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 -- cgit v1.2.1