Skip to content

Commit a5da277

Browse files
committed
build: bump version
1 parent 9515c4d commit a5da277

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

+6
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ want to know what's different in 5.0 since 4.5.x, see :ref:`whatsnew5x`.
2121
.. Version 9.8.1 --- 2027-07-27
2222
.. ----------------------------
2323
24+
Unreleased
25+
----------
26+
27+
Nothing yet.
28+
29+
2430
.. _changes_60:
2531

2632
Version 6.0 --- 2021-10-03

coverage/version.py

+1-1
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, 0, 0, "final", 0)
8+
version_info = (6, 0, 1, "alpha", 0)
99

1010

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

0 commit comments

Comments
 (0)