Skip to content

Commit d13594e

Browse files
committed
Making a release
1 parent 039ef09 commit d13594e

16 files changed

+31
-29
lines changed

CHANGES.rst

Lines 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

Lines 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

Lines 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

Lines 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

Lines 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

Lines 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

Lines 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

Lines 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

Lines 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

Lines 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>

0 commit comments

Comments
 (0)