Skip to content

Commit c930586

Browse files
committed
build: prep for 6.4.1
1 parent 9b9142e commit c930586

File tree

5 files changed

+15
-12
lines changed

5 files changed

+15
-12
lines changed

CHANGES.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ development at the same time, such as 4.5.x and 5.0.
1212
.. When updating the "Unreleased" header to a specific version, use this
1313
.. format. Don't forget the jump target:
1414
..
15-
.. .. _changes_981:
15+
.. .. _changes_9-8-1:
1616
..
1717
.. Version 9.8.1 — 2027-07-27
1818
.. --------------------------
1919
20-
Unreleased
21-
----------
20+
.. _changes_6-4-1:
21+
22+
Version 6.4.1 — 2022-06-02
23+
--------------------------
2224

2325
- Greatly improved performance on PyPy, and other environments that need the
2426
pure Python trace function. Thanks, Carl Friedrich Bolz-Tereick (`pull

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

1010

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

doc/conf.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@
6363
# |version| and |release|, also used in various other places throughout the
6464
# built documents.
6565
#
66-
# The short X.Y version.
67-
version = "6.4" # CHANGEME
68-
# The full version, including alpha/beta/rc tags.
69-
release = "6.4" # CHANGEME
70-
# The date of release, in "monthname day, year" format.
71-
release_date = "May 22, 2022" # CHANGEME
66+
# The short X.Y.Z version. # CHANGEME
67+
version = "6.4.1"
68+
# The full version, including alpha/beta/rc tags. # CHANGEME
69+
release = "6.4.1"
70+
# The date of release, in "monthname day, year" format. # CHANGEME
71+
release_date = "June 2, 2022"
7272

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

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ supported on:
1818

1919
.. PYVERSIONS
2020
21-
* Python versions 3.7 through 3.11.0b1.
21+
* Python versions 3.7 through 3.11.0b3.
2222

2323
* PyPy3 7.3.8.
2424

howto.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
- Python versions supported
1717
- Update docs
1818
- Python versions in doc/index.rst
19-
- Version of latest stable release in doc/index.rst
19+
- IF PRE-RELEASE:
20+
- Version of latest stable release in doc/index.rst
2021
- Version, release, release_date and copyright date in doc/conf.py
2122
- Look for CHANGEME comments
2223
- Make sure the docs are cogged:

0 commit comments

Comments
 (0)