Skip to content

Commit

Permalink
build: prep for 6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Sep 29, 2022
1 parent 95195b1 commit 0954c85
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
6 changes: 4 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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-5-0:

Version 6.5.0 — 2022-09-29
--------------------------

- The JSON report now includes details of which branches were taken, and which
are missing for each file. Thanks, Christoph Blessing (`pull 1438`_). Closes
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Coverage.py runs on these versions of Python:

.. PYVERSIONS
* CPython 3.7 through 3.11.0 rc1.
* CPython 3.7 through 3.11.0 rc2.
* PyPy3 7.3.8.

Documentation is on `Read the Docs`_. Code repository and issue tracker are on
Expand Down
2 changes: 1 addition & 1 deletion coverage/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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, 5, "alpha", 0)
version_info = (6, 5, 0, "final", 0)


def _make_version(major, minor, micro, releaselevel, serial):
Expand Down
6 changes: 3 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@
# built documents.
#
# The short X.Y.Z version. # CHANGEME
version = "6.4.4"
version = "6.5.0"
# The full version, including alpha/beta/rc tags. # CHANGEME
release = "6.4.4"
release = "6.5.0"
# The date of release, in "monthname day, year" format. # CHANGEME
release_date = "August 16, 2022"
release_date = "September 29, 2022"

rst_epilog = """
.. |release_date| replace:: {release_date}
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ supported on:

.. PYVERSIONS
* Python versions 3.7 through 3.11.0 rc1.
* Python versions 3.7 through 3.11.0 rc2.

* PyPy3 7.3.8.

Expand Down

0 comments on commit 0954c85

Please sign in to comment.