Skip to content

Commit b92a84c

Browse files
committed
Prep for 5.0
1 parent 5379317 commit b92a84c

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

CHANGES.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,13 @@ want to know what's different in 5.0 since 4.5.x, see :ref:`whatsnew5x`.
2121
.. Version 7.8.1 --- 2021-07-27
2222
.. ----------------------------
2323
24-
Unreleased
25-
----------
2624
27-
Nothing yet.
25+
.. _changes_50:
26+
27+
Version 5.0 --- 2019-12-14
28+
--------------------------
29+
30+
Nothing new beyond 5.0b2.
2831

2932

3033
.. _changes_50b2:

coverage/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# This file is exec'ed in setup.py, don't import anything!
66

77
# Same semantics as sys.version_info.
8-
version_info = (5, 0, 0, 'beta', 3)
8+
version_info = (5, 0, 0, 'final', 0)
99

1010

1111
def _make_version(major, minor, micro, releaselevel, serial):

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@
6868
# The short X.Y version.
6969
version = '5.0' # CHANGEME
7070
# The full version, including alpha/beta/rc tags.
71-
release = '5.0b2' # CHANGEME
71+
release = '5.0' # CHANGEME
7272
# The date of release, in "monthname day, year" format.
73-
release_date = 'December 8, 2019' # CHANGEME
73+
release_date = 'December 14, 2019' # CHANGEME
7474

7575
rst_epilog = """
7676
.. |release_date| replace:: {release_date}

howto.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- "New in x.y:"
1515
- Python versions supported
1616
- Update docs
17-
- Version, date and Python versions in doc/index.rst
17+
- Python versions in doc/index.rst
1818
- Version of latest stable release in doc/index.rst
1919
- Version, release, release_date and copyright date in doc/conf.py
2020
- Look for CHANGEME comments

0 commit comments

Comments
 (0)