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 4, 2024
1 parent be938ea commit 92c2490
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
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-1:
Expand Down
4 changes: 2 additions & 2 deletions coverage/version.py
Expand Up @@ -8,8 +8,8 @@

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


def _make_version(
Expand Down

0 comments on commit 92c2490

Please sign in to comment.