Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jul 6, 2020
1 parent 12bb9f2 commit 7f8adf7
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 @@ -22,6 +22,12 @@ want to know what's different in 5.0 since 4.5.x, see :ref:`whatsnew5x`.
.. ----------------------------
Unreleased
----------

Nothing yet.


.. _changes_52:

Version 5.2 --- 2020-07-05
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 = (5, 2, 0, "final", 0)
version_info = (5, 2, 1, "alpha", 0)


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

0 comments on commit 7f8adf7

Please sign in to comment.