diff options
-rw-r--r-- | CHANGES.rst | 9 | ||||
-rw-r--r-- | coverage/version.py | 2 | ||||
-rw-r--r-- | doc/conf.py | 4 | ||||
-rw-r--r-- | doc/index.rst | 2 |
4 files changed, 10 insertions, 7 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 2407bc3f..8e4a561d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -21,10 +21,11 @@ want to know what's different in 5.0 since 4.5.x, see :ref:`whatsnew5x`. .. Version 9.8.1 --- 2027-07-27 .. ---------------------------- -Unreleased ----------- -- Updated Python 3.9 support to 3.9a4. +.. _changes_504: + +Version 5.0.4 --- 2020-03-16 +---------------------------- - If using the ``[run] relative_files`` setting, the XML report will use relative files in the ``<source>`` elements indicating the location of source @@ -36,6 +37,8 @@ Unreleased - Windows wheels for Python 3.8 were incorrectly built, but are now fixed. (`issue 949`_) +- Updated Python 3.9 support to 3.9a4. + - HTML reports couldn't be sorted if localStorage wasn't available. This is now fixed: sorting works even though the sorting setting isn't retained. (`issue 944`_ and `pull request 945`_). Thanks, Abdeali Kothari. diff --git a/coverage/version.py b/coverage/version.py index bc86fbaa..9cef0cf1 100644 --- a/coverage/version.py +++ b/coverage/version.py @@ -5,7 +5,7 @@ # This file is exec'ed in setup.py, don't import anything! # Same semantics as sys.version_info. -version_info = (5, 0, 4, 'alpha', 0) +version_info = (5, 0, 4, 'final', 0) def _make_version(major, minor, micro, releaselevel, serial): diff --git a/doc/conf.py b/doc/conf.py index 4227dcb2..67e09307 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -68,9 +68,9 @@ copyright = u'2009\N{EN DASH}2020, Ned Batchelder.' # CHANGEME # pylint: di # The short X.Y version. version = '5.0' # CHANGEME # The full version, including alpha/beta/rc tags. -release = '5.0.3' # CHANGEME +release = '5.0.4' # CHANGEME # The date of release, in "monthname day, year" format. -release_date = 'January 12, 2020' # CHANGEME +release_date = 'March 16, 2020' # CHANGEME rst_epilog = """ .. |release_date| replace:: {release_date} diff --git a/doc/index.rst b/doc/index.rst index afc4e1bc..36e024a0 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -18,7 +18,7 @@ supported on: * Python versions 2.7, 3.5, 3.6, 3.7, 3.8, and 3.9 alpha. -* PyPy2 7.2.0 and PyPy3 7.2.0. +* PyPy2 7.3.0 and PyPy3 7.3.0. .. ifconfig:: prerelease |