Skip to content

Commit

Permalink
build: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Feb 23, 2023
1 parent b14e7f4 commit e2e9d6e
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 @@ -17,6 +17,12 @@ development at the same time, such as 4.5.x and 5.0.
.. Version 9.8.1 — 2027-07-27
.. --------------------------
Unreleased
----------

Nothing yet.


.. scriv-start-here
.. _changes_7-2-0:
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, 2, 0, "final", 0)
_dev = 0
version_info = (7, 2, 1, "alpha", 0)
_dev = 1


def _make_version(
Expand Down

0 comments on commit e2e9d6e

Please sign in to comment.