Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Mar 16, 2020
1 parent d10f4b1 commit f318f93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Expand Up @@ -21,6 +21,11 @@ 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_504:

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 = (5, 0, 4, 'final', 0)
version_info = (5, 0, 5, 'alpha', 0)


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

0 comments on commit f318f93

Please sign in to comment.