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 3, 2021
1 parent 9515c4d commit a5da277
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
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_60:

Version 6.0 --- 2021-10-03
Expand Down
2 changes: 1 addition & 1 deletion coverage/version.py
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, "final", 0)
version_info = (6, 0, 1, "alpha", 0)


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

0 comments on commit a5da277

Please sign in to comment.