Skip to content

Commit

Permalink
Prep for 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jan 12, 2020
1 parent 6c9b729 commit f15b16d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +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
----------
.. _changes_503:

Version 5.0.3 --- 2020-01-12
----------------------------

- A performance improvement in 5.0.2 didn't work for test suites that changed
directory before combining data, causing "Couldn't use data file: no such
Expand Down
2 changes: 1 addition & 1 deletion coverage/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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, 3, 'alpha', 0)
version_info = (5, 0, 3, 'final', 0)


def _make_version(major, minor, micro, releaselevel, serial):
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
# The short X.Y version.
version = '5.0' # CHANGEME
# The full version, including alpha/beta/rc tags.
release = '5.0.2' # CHANGEME
release = '5.0.3' # CHANGEME
# The date of release, in "monthname day, year" format.
release_date = 'January 5, 2020' # CHANGEME
release_date = 'January 12, 2020' # CHANGEME

rst_epilog = """
.. |release_date| replace:: {release_date}
Expand Down

0 comments on commit f15b16d

Please sign in to comment.