summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst6
-rw-r--r--coverage/version.py2
-rw-r--r--doc/conf.py6
3 files changed, 8 insertions, 6 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 22f4935c..fdedc7aa 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -17,8 +17,10 @@ development at the same time, such as 4.5.x and 5.0.
.. Version 9.8.1 — 2027-07-27
.. --------------------------
-Unreleased
-----------
+.. _changes_6-4-2:
+
+Version 6.4.2 — 2022-07-12
+--------------------------
- Updated for a small change in Python 3.11.0 beta 4: modules now start with a
line with line number 0, which is ignored. This line cannnot be executed, so
diff --git a/coverage/version.py b/coverage/version.py
index b26e4f1b..33fce3c2 100644
--- a/coverage/version.py
+++ b/coverage/version.py
@@ -5,7 +5,7 @@
# This file is exec'ed in setup.py, don't import anything!
# Same semantics as sys.version_info.
-version_info = (6, 4, 2, "alpha", 0)
+version_info = (6, 4, 2, "final", 0)
def _make_version(major, minor, micro, releaselevel, serial):
diff --git a/doc/conf.py b/doc/conf.py
index 87aa6f34..f671ef4e 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -64,11 +64,11 @@ copyright = '2009\N{EN DASH}2022, Ned Batchelder' # CHANGEME # pylint: di
# built documents.
#
# The short X.Y.Z version. # CHANGEME
-version = "6.4.1"
+version = "6.4.2"
# The full version, including alpha/beta/rc tags. # CHANGEME
-release = "6.4.1"
+release = "6.4.2"
# The date of release, in "monthname day, year" format. # CHANGEME
-release_date = "June 2, 2022"
+release_date = "July 12, 2022"
rst_epilog = """
.. |release_date| replace:: {release_date}