Skip to content

Commit 909e887

Browse files
committed
build: bump version
1 parent 242adea commit 909e887

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
@@ -20,6 +20,12 @@ upgrading your version of coverage.py.
2020
.. Version 9.8.1 — 2027-07-27
2121
.. --------------------------
2222
23+
Unreleased
24+
----------
25+
26+
Nothing yet.
27+
28+
2329
.. scriv-start-here
2430
2531
.. _changes_7-5-2:

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, 5, 2, "final", 0)
12-
_dev = 0
11+
version_info = (7, 5, 3, "alpha", 0)
12+
_dev = 1
1313

1414

1515
def _make_version(

0 commit comments

Comments
 (0)