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 d13594e

Browse filesBrowse files
committed
Making a release
1 parent 039ef09 commit d13594e
Copy full SHA for d13594e
Expand file treeCollapse file tree

16 files changed

+31
-29
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
@@ -22,8 +22,10 @@ want to know what's different in 5.0 since 4.5.x, see :ref:`whatsnew5x`.
2222
.. ----------------------------
2323
2424
25-
Unreleased
26-
----------
25+
.. _changes_53:
26+
27+
Version 5.3 --- 2020-09-13
28+
--------------------------
2729

2830
- The ``source`` setting has always been interpreted as either a file path or a
2931
module, depending on which existed. If both interpretations were valid, it

‎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 4.
23+
* CPython 3.5 through 3.9 beta.
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, 0, "alpha", 0)
8+
version_info = (5, 3, 0, "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.2.1" # CHANGEME
69+
version = "5.3" # CHANGEME
7070
# The full version, including alpha/beta/rc tags.
71-
release = "5.2.1" # CHANGEME
71+
release = "5.3" # CHANGEME
7272
# The date of release, in "monthname day, year" format.
73-
release_date = "July 23, 2020" # CHANGEME
73+
release_date = "September 13, 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
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ supported on:
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.2.1, `described here`_.
26+
apply.** The latest stable version is coverage.py 5.3, `described here`_.
2727

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

‎doc/sample_html/cogapp___init___py.html

Copy file name to clipboardExpand all lines: doc/sample_html/cogapp___init___py.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ <h2 class="stats">
6565
<div id="footer">
6666
<div class="content">
6767
<p>
68-
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.2.1</a>,
69-
created at 2020-07-23 19:37 -0400
68+
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.3</a>,
69+
created at 2020-09-13 15:56 -0400
7070
</p>
7171
</div>
7272
</div>

‎doc/sample_html/cogapp___main___py.html

Copy file name to clipboardExpand all lines: doc/sample_html/cogapp___main___py.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ <h2 class="stats">
6161
<div id="footer">
6262
<div class="content">
6363
<p>
64-
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.2.1</a>,
65-
created at 2020-07-23 19:37 -0400
64+
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.3</a>,
65+
created at 2020-09-13 15:56 -0400
6666
</p>
6767
</div>
6868
</div>

‎doc/sample_html/cogapp_backward_py.html

Copy file name to clipboardExpand all lines: doc/sample_html/cogapp_backward_py.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ <h2 class="stats">
9898
<div id="footer">
9999
<div class="content">
100100
<p>
101-
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.2.1</a>,
102-
created at 2020-07-23 19:37 -0400
101+
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.3</a>,
102+
created at 2020-09-13 15:56 -0400
103103
</p>
104104
</div>
105105
</div>

‎doc/sample_html/cogapp_cogapp_py.html

Copy file name to clipboardExpand all lines: doc/sample_html/cogapp_cogapp_py.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -864,8 +864,8 @@ <h2 class="stats">
864864
<div id="footer">
865865
<div class="content">
866866
<p>
867-
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.2.1</a>,
868-
created at 2020-07-23 19:37 -0400
867+
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.3</a>,
868+
created at 2020-09-13 15:56 -0400
869869
</p>
870870
</div>
871871
</div>

‎doc/sample_html/cogapp_makefiles_py.html

Copy file name to clipboardExpand all lines: doc/sample_html/cogapp_makefiles_py.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ <h2 class="stats">
102102
<div id="footer">
103103
<div class="content">
104104
<p>
105-
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.2.1</a>,
106-
created at 2020-07-23 19:37 -0400
105+
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.3</a>,
106+
created at 2020-09-13 15:56 -0400
107107
</p>
108108
</div>
109109
</div>

‎doc/sample_html/cogapp_test_cogapp_py.html

Copy file name to clipboardExpand all lines: doc/sample_html/cogapp_test_cogapp_py.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2534,8 +2534,8 @@ <h2 class="stats">
25342534
<div id="footer">
25352535
<div class="content">
25362536
<p>
2537-
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.2.1</a>,
2538-
created at 2020-07-23 19:37 -0400
2537+
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.3</a>,
2538+
created at 2020-09-13 15:56 -0400
25392539
</p>
25402540
</div>
25412541
</div>

‎doc/sample_html/cogapp_test_makefiles_py.html

Copy file name to clipboardExpand all lines: doc/sample_html/cogapp_test_makefiles_py.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ <h2 class="stats">
178178
<div id="footer">
179179
<div class="content">
180180
<p>
181-
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.2.1</a>,
182-
created at 2020-07-23 19:37 -0400
181+
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.3</a>,
182+
created at 2020-09-13 15:56 -0400
183183
</p>
184184
</div>
185185
</div>

‎doc/sample_html/cogapp_test_whiteutils_py.html

Copy file name to clipboardExpand all lines: doc/sample_html/cogapp_test_whiteutils_py.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ <h2 class="stats">
157157
<div id="footer">
158158
<div class="content">
159159
<p>
160-
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.2.1</a>,
161-
created at 2020-07-23 19:37 -0400
160+
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.3</a>,
161+
created at 2020-09-13 15:56 -0400
162162
</p>
163163
</div>
164164
</div>

‎doc/sample_html/cogapp_whiteutils_py.html

Copy file name to clipboardExpand all lines: doc/sample_html/cogapp_whiteutils_py.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ <h2 class="stats">
129129
<div id="footer">
130130
<div class="content">
131131
<p>
132-
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.2.1</a>,
133-
created at 2020-07-23 19:37 -0400
132+
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.3</a>,
133+
created at 2020-09-13 15:56 -0400
134134
</p>
135135
</div>
136136
</div>

‎doc/sample_html/index.html

Copy file name to clipboardExpand all lines: doc/sample_html/index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ <h1>Coverage report:
155155
<div id="footer">
156156
<div class="content">
157157
<p>
158-
<a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.2.1</a>,
159-
created at 2020-07-23 19:37 -0400
158+
<a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.3</a>,
159+
created at 2020-09-13 15:56 -0400
160160
</p>
161161
</div>
162162
</div>

‎doc/sample_html/status.json

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"format":2,"version":"5.2.1","globals":"e6e162746063b971c76587652ff86e5f","files":{"cogapp___init___py":{"hash":"6010eef3af87123028eb691d70094593","index":{"nums":[1,2,0,0,0,0,0],"html_filename":"cogapp___init___py.html","relative_filename":"cogapp/__init__.py"}},"cogapp___main___py":{"hash":"2cec3551dfd9a5818a6550318658ccd4","index":{"nums":[1,3,0,3,0,0,0],"html_filename":"cogapp___main___py.html","relative_filename":"cogapp/__main__.py"}},"cogapp_backward_py":{"hash":"f95e44a818c73b2187e6fadc6257f8ce","index":{"nums":[1,22,0,6,4,2,2],"html_filename":"cogapp_backward_py.html","relative_filename":"cogapp/backward.py"}},"cogapp_cogapp_py":{"hash":"f85acbdbacefaccb9c499ef6cbe2ffc4","index":{"nums":[1,485,1,215,200,28,132],"html_filename":"cogapp_cogapp_py.html","relative_filename":"cogapp/cogapp.py"}},"cogapp_makefiles_py":{"hash":"4fd2add44238312a5567022fe28737de","index":{"nums":[1,27,0,20,14,0,14],"html_filename":"cogapp_makefiles_py.html","relative_filename":"cogapp/makefiles.py"}},"cogapp_test_cogapp_py":{"hash":"ee9b3c832eaa47b9e3940133c58827af","index":{"nums":[1,790,6,549,20,0,18],"html_filename":"cogapp_test_cogapp_py.html","relative_filename":"cogapp/test_cogapp.py"}},"cogapp_test_makefiles_py":{"hash":"66093f767a400ce1720b94a7371de48b","index":{"nums":[1,71,0,53,6,0,6],"html_filename":"cogapp_test_makefiles_py.html","relative_filename":"cogapp/test_makefiles.py"}},"cogapp_test_whiteutils_py":{"hash":"068beefb2872fe6739fad2471c36a4f1","index":{"nums":[1,69,0,50,0,0,0],"html_filename":"cogapp_test_whiteutils_py.html","relative_filename":"cogapp/test_whiteutils.py"}},"cogapp_whiteutils_py":{"hash":"b16b0e7f940175106b11230fea9e8c8c","index":{"nums":[1,45,0,5,34,4,4],"html_filename":"cogapp_whiteutils_py.html","relative_filename":"cogapp/whiteutils.py"}}}}
1+
{"format":2,"version":"5.3","globals":"ea0e0ec5d6d9849e6fc73b34af46a2dc","files":{"cogapp___init___py":{"hash":"6010eef3af87123028eb691d70094593","index":{"nums":[1,2,0,0,0,0,0],"html_filename":"cogapp___init___py.html","relative_filename":"cogapp/__init__.py"}},"cogapp___main___py":{"hash":"2cec3551dfd9a5818a6550318658ccd4","index":{"nums":[1,3,0,3,0,0,0],"html_filename":"cogapp___main___py.html","relative_filename":"cogapp/__main__.py"}},"cogapp_backward_py":{"hash":"f95e44a818c73b2187e6fadc6257f8ce","index":{"nums":[1,22,0,6,4,2,2],"html_filename":"cogapp_backward_py.html","relative_filename":"cogapp/backward.py"}},"cogapp_cogapp_py":{"hash":"f85acbdbacefaccb9c499ef6cbe2ffc4","index":{"nums":[1,485,1,215,200,28,132],"html_filename":"cogapp_cogapp_py.html","relative_filename":"cogapp/cogapp.py"}},"cogapp_makefiles_py":{"hash":"4fd2add44238312a5567022fe28737de","index":{"nums":[1,27,0,20,14,0,14],"html_filename":"cogapp_makefiles_py.html","relative_filename":"cogapp/makefiles.py"}},"cogapp_test_cogapp_py":{"hash":"ee9b3c832eaa47b9e3940133c58827af","index":{"nums":[1,790,6,549,20,0,18],"html_filename":"cogapp_test_cogapp_py.html","relative_filename":"cogapp/test_cogapp.py"}},"cogapp_test_makefiles_py":{"hash":"66093f767a400ce1720b94a7371de48b","index":{"nums":[1,71,0,53,6,0,6],"html_filename":"cogapp_test_makefiles_py.html","relative_filename":"cogapp/test_makefiles.py"}},"cogapp_test_whiteutils_py":{"hash":"068beefb2872fe6739fad2471c36a4f1","index":{"nums":[1,69,0,50,0,0,0],"html_filename":"cogapp_test_whiteutils_py.html","relative_filename":"cogapp/test_whiteutils.py"}},"cogapp_whiteutils_py":{"hash":"b16b0e7f940175106b11230fea9e8c8c","index":{"nums":[1,45,0,5,34,4,4],"html_filename":"cogapp_whiteutils_py.html","relative_filename":"cogapp/whiteutils.py"}}}}

0 commit comments

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