Skip to content

Commit da048a6

Browse files
committed
build: version bump
1 parent 99ab688 commit da048a6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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_633:
2127

2228
Version 6.3.3 — 2022-05-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, 3, 3, "final", 0)
8+
version_info = (6, 3, 4, "alpha", 0)
99

1010

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

0 commit comments

Comments
 (0)