Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4ac95eb

Browse filesBrowse files
committed
Prep for 5.3.1
1 parent 37285cb commit 4ac95eb
Copy full SHA for 4ac95eb

File tree

5 files changed

+11
-9
lines changed
Filter options

5 files changed

+11
-9
lines changed

‎CHANGES.rst

Copy file name to clipboardExpand all lines: CHANGES.rst
+4-2Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ want to know what's different in 5.0 since 4.5.x, see :ref:`whatsnew5x`.
2121
.. Version 9.8.1 --- 2027-07-27
2222
.. ----------------------------
2323
24-
Unreleased
25-
----------
24+
.. _changes_531:
25+
26+
Version 5.3.1 --- 2020-12-19
27+
----------------------------
2628

2729
- When using ``--source`` on a large source tree, v5.x was slower than previous
2830
versions. This performance regression is now fixed, closing `issue 1037`_.

‎README.rst

Copy file name to clipboardExpand all lines: README.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ library to determine which lines are executable, and which have been executed.
2020
Coverage.py runs on many versions of Python:
2121

2222
* CPython 2.7.
23-
* CPython 3.5 through 3.9 beta.
23+
* CPython 3.5 through 3.10 alpha.
2424
* PyPy2 7.3.1 and PyPy3 7.3.1.
2525

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

‎coverage/version.py

Copy file name to clipboardExpand all lines: coverage/version.py
+1-1Lines 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 = (5, 3, 1, "alpha", 0)
8+
version_info = (5, 3, 1, "final", 0)
99

1010

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

‎doc/conf.py

Copy file name to clipboardExpand all lines: doc/conf.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@
6666
# built documents.
6767
#
6868
# The short X.Y version.
69-
version = "5.3" # CHANGEME
69+
version = "5.3.1" # CHANGEME
7070
# The full version, including alpha/beta/rc tags.
71-
release = "5.3" # CHANGEME
71+
release = "5.3.1" # CHANGEME
7272
# The date of release, in "monthname day, year" format.
73-
release_date = "September 13, 2020" # CHANGEME
73+
release_date = "December 19, 2020" # CHANGEME
7474

7575
rst_epilog = """
7676
.. |release_date| replace:: {release_date}

‎doc/index.rst

Copy file name to clipboardExpand all lines: doc/index.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ not.
1616
The latest version is coverage.py |release|, released |release_date|. It is
1717
supported on:
1818

19-
* Python versions 2.7, 3.5, 3.6, 3.7, 3.8, and 3.9 beta.
19+
* Python versions 2.7, 3.5, 3.6, 3.7, 3.8, 3.9, and 3.10 alpha.
2020

2121
* PyPy2 7.3.1 and PyPy3 7.3.1.
2222

2323
.. ifconfig:: prerelease
2424

2525
**This is a pre-release build. The usual warnings about possible bugs
26-
apply.** The latest stable version is coverage.py 5.3, `described here`_.
26+
apply.** The latest stable version is coverage.py 5.3.1, `described here`_.
2727

2828
.. _described here: http://coverage.readthedocs.io/
2929

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.