Skip to content

Commit

Permalink
build: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Oct 2, 2023
1 parent a316513 commit 71aa98c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion 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-3-2:
Expand All @@ -42,7 +48,7 @@ Version 7.3.2 — 2023-10-02
early-imported standard library modules. CPython `stopped using it
<88054_>`_ in 2021, and it stopped working completely in Python 3.13.

.. _issue 1605: https://github.com/nedbat/coveragepy/pull/1605
.. _issue 1605: https://github.com/nedbat/coveragepy/issues/1605
.. _issue 1684: https://github.com/nedbat/coveragepy/issues/1684
.. _pull 1685: https://github.com/nedbat/coveragepy/pull/1685
.. _88054: https://github.com/python/cpython/issues/88054
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, 3, 2, "final", 0)
_dev = 0
version_info = (7, 3, 3, "alpha", 0)
_dev = 1


def _make_version(
Expand Down
2 changes: 1 addition & 1 deletion howto.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
$ make clean github_releases
- Visit the fixed issues on GitHub and mention the version it was fixed in.
$ make comment_on_fixes
- unopvars
- deopvars
- Bump version:
$ make bump_version
- Update readthedocs
Expand Down

0 comments on commit 71aa98c

Please sign in to comment.