Skip to content

Commit ee751cf

Browse files
committed
docs: prep for 6.4.2
1 parent 413ccb7 commit ee751cf

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CHANGES.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ 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-
----------
20+
.. _changes_6-4-2:
21+
22+
Version 6.4.2 — 2022-07-12
23+
--------------------------
2224

2325
- Updated for a small change in Python 3.11.0 beta 4: modules now start with a
2426
line with line number 0, which is ignored. This line cannnot be executed, so

coverage/version.py

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

1010

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

doc/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@
6464
# built documents.
6565
#
6666
# The short X.Y.Z version. # CHANGEME
67-
version = "6.4.1"
67+
version = "6.4.2"
6868
# The full version, including alpha/beta/rc tags. # CHANGEME
69-
release = "6.4.1"
69+
release = "6.4.2"
7070
# The date of release, in "monthname day, year" format. # CHANGEME
71-
release_date = "June 2, 2022"
71+
release_date = "July 12, 2022"
7272

7373
rst_epilog = """
7474
.. |release_date| replace:: {release_date}

0 commit comments

Comments
 (0)