Skip to content

Commit 0954c85

Browse files
committed
build: prep for 6.5.0
1 parent 95195b1 commit 0954c85

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

CHANGES.rst

Lines changed: 4 additions & 2 deletions
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-5-0:
21+
22+
Version 6.5.0 — 2022-09-29
23+
--------------------------
2224

2325
- The JSON report now includes details of which branches were taken, and which
2426
are missing for each file. Thanks, Christoph Blessing (`pull 1438`_). Closes

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Coverage.py runs on these versions of Python:
2828

2929
.. PYVERSIONS
3030
31-
* CPython 3.7 through 3.11.0 rc1.
31+
* CPython 3.7 through 3.11.0 rc2.
3232
* PyPy3 7.3.8.
3333

3434
Documentation is on `Read the Docs`_. Code repository and issue tracker are on

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

1010

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

doc/conf.py

Lines changed: 3 additions & 3 deletions
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.4"
67+
version = "6.5.0"
6868
# The full version, including alpha/beta/rc tags. # CHANGEME
69-
release = "6.4.4"
69+
release = "6.5.0"
7070
# The date of release, in "monthname day, year" format. # CHANGEME
71-
release_date = "August 16, 2022"
71+
release_date = "September 29, 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.0 rc1.
21+
* Python versions 3.7 through 3.11.0 rc2.
2222

2323
* PyPy3 7.3.8.
2424

0 commit comments

Comments
 (0)