Skip to content

Commit 3d4c940

Browse files
committed
docs: prep for 7.3.3
1 parent be28121 commit 3d4c940

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

CHANGES.rst

+6-4
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,12 @@ development at the same time, such as 4.5.x and 5.0.
1717
.. Version 9.8.1 — 2027-07-27
1818
.. --------------------------
1919
20-
Unreleased
21-
----------
20+
.. scriv-start-here
21+
22+
.. _changes_7-3-3:
23+
24+
Version 7.3.3 — 2023-12-14
25+
--------------------------
2226

2327
- Fix: function definitions with multi-line signatures can now be excluded by
2428
matching any of the lines, closing `issue 684`_. Thanks, `Jan Rusak,
@@ -43,8 +47,6 @@ Unreleased
4347
.. _issue 1709: https://github.com/nedbat/coveragepy/issues/1709
4448

4549

46-
.. scriv-start-here
47-
4850
.. _changes_7-3-2:
4951

5052
Version 7.3.2 — 2023-10-02

coverage/version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
# version_info: same semantics as sys.version_info.
1010
# _dev: the .devN suffix if any.
11-
version_info = (7, 3, 3, "alpha", 0)
12-
_dev = 1
11+
version_info = (7, 3, 3, "final", 0)
12+
_dev = 0
1313

1414

1515
def _make_version(

doc/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@
6767
# @@@ editable
6868
copyright = "2009–2023, Ned Batchelder" # pylint: disable=redefined-builtin
6969
# The short X.Y.Z version.
70-
version = "7.3.2"
70+
version = "7.3.3"
7171
# The full version, including alpha/beta/rc tags.
72-
release = "7.3.2"
72+
release = "7.3.3"
7373
# The date of release, in "monthname day, year" format.
74-
release_date = "October 2, 2023"
74+
release_date = "December 14, 2023"
7575
# @@@ end
7676

7777
rst_epilog = """

0 commit comments

Comments
 (0)