Skip to content

Commit c619ec8

Browse files
committed
Prep for 4.5.4
1 parent b003fe1 commit c619ec8

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGES.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@ Change history for Coverage.py
1616
.. ----------------------------
1717
1818
19+
.. _changes_454:
20+
21+
Version 4.5.4 -- 2019-07-29
22+
---------------------------
23+
24+
- Multiprocessing support in Python 3.8 was broken, but is now fixed. Closes
25+
`issue 828`_.
26+
27+
.. _issue 828: https://github.com/nedbat/coveragepy/issues/828
28+
29+
1930
.. _changes_453:
2031

2132
Version 4.5.3 -- 2019-03-09

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 = (4, 5, 4, 'alpha', 0)
8+
version_info = (4, 5, 4, 'final', 0)
99

1010

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

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# The short X.Y version.
5959
version = '4.5' # CHANGEME
6060
# The full version, including alpha/beta/rc tags.
61-
release = '4.5.3' # CHANGEME
61+
release = '4.5.4' # CHANGEME
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.

0 commit comments

Comments
 (0)