summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.