Skip to content

Commit

Permalink
build: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jul 18, 2021
1 parent e17d356 commit d57a112
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ want to know what's different in 5.0 since 4.5.x, see :ref:`whatsnew5x`.
.. Version 9.8.1 --- 2027-07-27
.. ----------------------------
Unreleased
----------

Nothing yet.


.. _changes_60b1:

Version 6.0b1 --- 2021-07-18
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 = (6, 0, 0, "beta", 1)
version_info = (6, 0, 0, "beta", 2)


def _make_version(major, minor, micro, releaselevel, serial):
Expand Down

0 comments on commit d57a112

Please sign in to comment.