Skip to content

Commit

Permalink
build: prep for 6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Nov 10, 2021
1 parent 9765493 commit 27426bf
Show file tree
Hide file tree
Showing 4 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 @@ -19,8 +19,10 @@ This list is detailed and covers changes in each pre-release version.
.. Version 9.8.1 — 2027-07-27
.. --------------------------
Unreleased
----------
.. _changes_612:

Version 6.1.2 — 2021-11-10
--------------------------

- Python 3.11 is supported (tested with 3.11.0a2). One still-open issue has to
do with `exits through with-statements <issue 1270_>`_.
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, 1, 2, "alpha", 0)
version_info = (6, 1, 2, "final", 0)


def _make_version(major, minor, micro, releaselevel, serial):
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
# The short X.Y version.
version = "6.1" # CHANGEME
# The full version, including alpha/beta/rc tags.
release = "6.1.1" # CHANGEME
release = "6.1.2" # CHANGEME
# The date of release, in "monthname day, year" format.
release_date = "October 31, 2021" # CHANGEME
release_date = "November 10, 2021" # CHANGEME

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 @@ -23,7 +23,7 @@ supported on:
.. ifconfig:: prerelease

**This is a pre-release build. The usual warnings about possible bugs
apply.** The latest stable version is coverage.py 6.1.1, `described here`_.
apply.** The latest stable version is coverage.py 6.1.2, `described here`_.


.. _described here: http://coverage.readthedocs.io/
Expand Down

0 comments on commit 27426bf

Please sign in to comment.