Skip to content

Commit 3741d0e

Browse files
committedMay 24, 2023
build: bump version
1 parent a138669 commit 3741d0e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
 

‎CHANGES.rst

+6
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
.. scriv-start-here
2127
2228
.. _changes_7-2-6:

‎coverage/version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
# version_info: same semantics as sys.version_info.
1010
# _dev: the .devN suffix if any.
11-
version_info = (7, 2, 6, "final", 0)
12-
_dev = 0
11+
version_info = (7, 2, 7, "alpha", 0)
12+
_dev = 1
1313

1414

1515
def _make_version(

0 commit comments

Comments
 (0)
Please sign in to comment.