Skip to content

Commit

Permalink
build: version 5.5 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Feb 28, 2021
1 parent c842085 commit 9e8010c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ 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_55:

Version 5.5 --- 2021-02-28
--------------------------

- ``coverage combine`` has a new option, ``--keep`` to keep the original data
files after combining them. The default is still to delete the files after
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, 5, 0, "alpha", 0)
version_info = (5, 5, 0, "final", 0)


def _make_version(major, minor, micro, releaselevel, serial):
Expand Down
6 changes: 3 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@
# built documents.
#
# The short X.Y version.
version = "5.4" # CHANGEME
version = "5.5" # CHANGEME
# The full version, including alpha/beta/rc tags.
release = "5.4" # CHANGEME
release = "5.5" # CHANGEME
# The date of release, in "monthname day, year" format.
release_date = "January 24, 2021" # CHANGEME
release_date = "February 28, 2021" # CHANGEME

rst_epilog = """
.. |release_date| replace:: {release_date}
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ supported on:
.. ifconfig:: prerelease

**This is a pre-release build. The usual warnings about possible bugs
apply.** The latest stable version is coverage.py 5.4, `described here`_.
apply.** The latest stable version is coverage.py 5.5, `described here`_.

.. _described here: http://coverage.readthedocs.io/

Expand Down

0 comments on commit 9e8010c

Please sign in to comment.