Skip to content

Commit d57a112

Browse files
committed
build: bump version
1 parent e17d356 commit d57a112

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
@@ -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_60b1:
2531

2632
Version 6.0b1 --- 2021-07-18

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

1010

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

0 commit comments

Comments
 (0)