Skip to content

Commit 08ced57

Browse files
committed
build: bump version
1 parent 8ab9ff1 commit 08ced57

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ development at the same time, such as 4.5.x and 5.0.
1717
.. Version 9.8.1 — 2027-07-27
1818
.. --------------------------
1919
20+
Unreleased
21+
----------
22+
23+
Nothing yet.
24+
25+
2026
.. _changes_6-4-2:
2127

2228
Version 6.4.2 — 2022-07-12

coverage/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# This file is exec'ed in setup.py, don't import anything!
66

77
# Same semantics as sys.version_info.
8-
version_info = (6, 4, 2, "final", 0)
8+
version_info = (6, 4, 3, "alpha", 0)
99

1010

1111
def _make_version(major, minor, micro, releaselevel, serial):

howto.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@
8686
- things to automate:
8787
- url to link to latest changes in docs
8888
- next version.py line
89-
- curl to start the kit actions going
9089
- readthedocs api to do the readthedocs changes
9190

9291

0 commit comments

Comments
 (0)