File tree Expand file tree Collapse file tree 5 files changed +13
-11
lines changed
Filter options
Expand file tree Collapse file tree 5 files changed +13
-11
lines changed
Original file line number Diff line number Diff line change @@ -22,8 +22,10 @@ want to know what's different in 5.0 since 4.5.x, see :ref:`whatsnew5x`.
22
22
.. ----------------------------
23
23
24
24
25
- Unreleased
26
- ----------
25
+ .. _changes_521 :
26
+
27
+ Version 5.2.1 --- 2020-07-23
28
+ ----------------------------
27
29
28
30
- The dark mode HTML report still used light colors for the context listing,
29
31
making them unreadable (`issue 1009 `_). This is now fixed.
Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ environment:
47
47
- JOB : " 3.8 64-bit"
48
48
TOXENV : " py38"
49
49
PYTHON : " C:\\ Python38-x64"
50
- PYTHON_VERSION : " 3.8.3 "
50
+ PYTHON_VERSION : " 3.8.5 "
51
51
PYTHON_ARCH : " 64"
52
52
53
53
- JOB : " 3.9 64-bit"
54
54
TOXENV : " py39"
55
55
PYTHON : " C:\\ Python39-x64"
56
- PYTHON_VERSION : " 3.9.0b4 "
56
+ PYTHON_VERSION : " 3.9.0b5 "
57
57
PYTHON_ARCH : " 64"
58
58
59
59
# 32-bit jobs don't run the tests under the Python tracer, since that should
@@ -89,14 +89,14 @@ environment:
89
89
- JOB : " 3.8 32-bit"
90
90
TOXENV : " py38"
91
91
PYTHON : " C:\\ Python38"
92
- PYTHON_VERSION : " 3.8.3 "
92
+ PYTHON_VERSION : " 3.8.5 "
93
93
PYTHON_ARCH : " 32"
94
94
COVERAGE_NO_PYTRACER : " 1"
95
95
96
96
- JOB : " 3.9 32-bit"
97
97
TOXENV : " py39"
98
98
PYTHON : " C:\\ Python39"
99
- PYTHON_VERSION : " 3.9.0b4 "
99
+ PYTHON_VERSION : " 3.9.0b5 "
100
100
PYTHON_ARCH : " 32"
101
101
COVERAGE_NO_PYTRACER : " 1"
102
102
Original file line number Diff line number Diff line change 5
5
# This file is exec'ed in setup.py, don't import anything!
6
6
7
7
# Same semantics as sys.version_info.
8
- version_info = (5 , 2 , 1 , "alpha " , 0 )
8
+ version_info = (5 , 2 , 1 , "final " , 0 )
9
9
10
10
11
11
def _make_version (major , minor , micro , releaselevel , serial ):
Original file line number Diff line number Diff line change 66
66
# built documents.
67
67
#
68
68
# The short X.Y version.
69
- version = ' 5.2' # CHANGEME
69
+ version = " 5.2.1" # CHANGEME
70
70
# The full version, including alpha/beta/rc tags.
71
- release = ' 5.2' # CHANGEME
71
+ release = " 5.2.1" # CHANGEME
72
72
# The date of release, in "monthname day, year" format.
73
- release_date = ' July 5 , 2020' # CHANGEME
73
+ release_date = " July 23 , 2020" # CHANGEME
74
74
75
75
rst_epilog = """
76
76
.. |release_date| replace:: {release_date}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ supported on:
23
23
.. ifconfig :: prerelease
24
24
25
25
**This is a pre-release build. The usual warnings about possible bugs
26
- apply. ** The latest stable version is coverage.py 5.2, `described here `_.
26
+ apply. ** The latest stable version is coverage.py 5.2.1 , `described here `_.
27
27
28
28
.. _described here : http://coverage.readthedocs.io/
29
29
You can’t perform that action at this time.
0 commit comments