Skip to content

Commit

Permalink
build: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed May 26, 2024
1 parent 242adea commit 909e887
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ upgrading your version of coverage.py.
.. Version 9.8.1 — 2027-07-27
.. --------------------------
Unreleased
----------

Nothing yet.


.. scriv-start-here
.. _changes_7-5-2:
Expand Down
4 changes: 2 additions & 2 deletions coverage/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

# version_info: same semantics as sys.version_info.
# _dev: the .devN suffix if any.
version_info = (7, 5, 2, "final", 0)
_dev = 0
version_info = (7, 5, 3, "alpha", 0)
_dev = 1


def _make_version(
Expand Down

0 comments on commit 909e887

Please sign in to comment.