summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst8
-rw-r--r--coverage/version.py2
-rw-r--r--doc/conf.py12
-rw-r--r--doc/index.rst2
-rw-r--r--howto.txt3
5 files changed, 15 insertions, 12 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index b045321a..44afbd2a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -12,13 +12,15 @@ development at the same time, such as 4.5.x and 5.0.
.. When updating the "Unreleased" header to a specific version, use this
.. format. Don't forget the jump target:
..
- .. .. _changes_981:
+ .. .. _changes_9-8-1:
..
.. Version 9.8.1 — 2027-07-27
.. --------------------------
-Unreleased
-----------
+.. _changes_6-4-1:
+
+Version 6.4.1 — 2022-06-02
+--------------------------
- Greatly improved performance on PyPy, and other environments that need the
pure Python trace function. Thanks, Carl Friedrich Bolz-Tereick (`pull
diff --git a/coverage/version.py b/coverage/version.py
index 61257926..a38726b8 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, 1, "alpha", 0)
+version_info = (6, 4, 1, "final", 0)
def _make_version(major, minor, micro, releaselevel, serial):
diff --git a/doc/conf.py b/doc/conf.py
index 07e6f302..87aa6f34 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -63,12 +63,12 @@ copyright = '2009\N{EN DASH}2022, Ned Batchelder' # CHANGEME # pylint: di
# |version| and |release|, also used in various other places throughout the
# built documents.
#
-# The short X.Y version.
-version = "6.4" # CHANGEME
-# The full version, including alpha/beta/rc tags.
-release = "6.4" # CHANGEME
-# The date of release, in "monthname day, year" format.
-release_date = "May 22, 2022" # CHANGEME
+# The short X.Y.Z version. # CHANGEME
+version = "6.4.1"
+# The full version, including alpha/beta/rc tags. # CHANGEME
+release = "6.4.1"
+# The date of release, in "monthname day, year" format. # CHANGEME
+release_date = "June 2, 2022"
rst_epilog = """
.. |release_date| replace:: {release_date}
diff --git a/doc/index.rst b/doc/index.rst
index d9608954..ad4f6f51 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -18,7 +18,7 @@ supported on:
.. PYVERSIONS
-* Python versions 3.7 through 3.11.0b1.
+* Python versions 3.7 through 3.11.0b3.
* PyPy3 7.3.8.
diff --git a/howto.txt b/howto.txt
index e243c753..da8dfc0c 100644
--- a/howto.txt
+++ b/howto.txt
@@ -16,7 +16,8 @@
- Python versions supported
- Update docs
- Python versions in doc/index.rst
- - Version of latest stable release in doc/index.rst
+ - IF PRE-RELEASE:
+ - Version of latest stable release in doc/index.rst
- Version, release, release_date and copyright date in doc/conf.py
- Look for CHANGEME comments
- Make sure the docs are cogged: