Skip to content

Commit

Permalink
docs: prep for 6.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jul 12, 2022
1 parent 413ccb7 commit ee751cf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 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-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
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, 2, "alpha", 0)
version_info = (6, 4, 2, "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.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}
Expand Down

0 comments on commit ee751cf

Please sign in to comment.