summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-01-07 15:38:13 -0500
committerNed Batchelder <ned@nedbatchelder.com>2023-01-07 15:40:32 -0500
commit2b95dba9bfdf2223b42d07536591c38833a37137 (patch)
treefc62bc7c8fd4297eb27c65fda109c5a262006537 /doc/conf.py
parent61ccfb8d314f0e11a3a4ee927f2024ae9cc309e0 (diff)
downloadpython-coveragepy-git-2b95dba9bfdf2223b42d07536591c38833a37137.tar.gz
docs: prep for 7.0.4
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/conf.py b/doc/conf.py
index a646070e..2d4be09d 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -65,11 +65,11 @@ project = 'Coverage.py'
# @@@ editable
copyright = "2009–2023, Ned Batchelder" # pylint: disable=redefined-builtin
# The short X.Y.Z version.
-version = "7.0.3"
+version = "7.0.4"
# The full version, including alpha/beta/rc tags.
-release = "7.0.3"
+release = "7.0.4"
# The date of release, in "monthname day, year" format.
-release_date = "January 3, 2023"
+release_date = "January 7, 2023"
# @@@ end
rst_epilog = """