summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-10-06 19:20:58 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-10-06 19:20:58 -0400
commitc6559f4bcb6f1edd1aa486a289f3186d90552dde (patch)
tree925cedf1244473f1fd9a69556ac37d3dbefd7fe6
parent51aacdbef7b0adf49d2487cc12f0876fc57d49ef (diff)
downloadpython-coveragepy-git-c6559f4bcb6f1edd1aa486a289f3186d90552dde.tar.gz
Version bump
-rw-r--r--CHANGES.rst6
-rw-r--r--coverage/version.py2
-rw-r--r--howto.txt6
3 files changed, 8 insertions, 6 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index c2ccf674..2ca34b11 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -14,6 +14,12 @@ Change history for Coverage.py
.. Version 7.8.1 --- 2021-07-27
.. ----------------------------
+Unreleased
+----------
+
+Nothing yet.
+
+
.. _changes_50a3:
Version 5.0a3 --- 2018-10-06
diff --git a/coverage/version.py b/coverage/version.py
index b5698037..4a3bff40 100644
--- a/coverage/version.py
+++ b/coverage/version.py
@@ -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, 0, 'alpha', 3)
+version_info = (5, 0, 0, 'alpha', 4)
def _make_version(major, minor, micro, releaselevel, serial):
diff --git a/howto.txt b/howto.txt
index ae20d0b9..ef36279a 100644
--- a/howto.txt
+++ b/howto.txt
@@ -80,11 +80,7 @@
- wait for the new tag build to finish successfully.
- visit https://readthedocs.org/dashboard/coverage/versions/
- change the default version to the new version
-- Update bitbucket:
- - Issue tracker should get new version number in picker.
- # Note: don't delete old version numbers: it marks changes on the tickets
- # with that number.
-- Visit the fixed issues on bitbucket and mention the version it was fixed in.
+- Visit the fixed issues on GitHub and mention the version it was fixed in.
- Announce on coveragepy-announce@googlegroups.com .
- Announce on TIP.