Skip to content

Commit 5e8d0c9

Browse files
committed
build: bump version
1 parent 64559a0 commit 5e8d0c9

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_6-6-0b1:
2127

2228
Version 6.6.0b1 — 2022-10-31

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

1010

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

0 commit comments

Comments
 (0)