summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-01-02 13:05:30 -0500
committerNed Batchelder <ned@nedbatchelder.com>2023-01-02 13:05:30 -0500
commitdbbd5b73237c75a14f7430e75412b577f4d8f4ed (patch)
treeaf6164016728068b6074d07fecb6b52f96537ddb /doc/conf.py
parentd08e6d08cb01d07209bcc5a96807e48eeb593ed9 (diff)
downloadpython-coveragepy-git-dbbd5b73237c75a14f7430e75412b577f4d8f4ed.tar.gz
docs: prep for 7.0.2
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 7423fa15..893de46d 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -63,13 +63,13 @@ project = 'Coverage.py'
# built documents.
# @@@ editable
-copyright = "2009–2022, Ned Batchelder" # pylint: disable=redefined-builtin
+copyright = "2009–2023, Ned Batchelder" # pylint: disable=redefined-builtin
# The short X.Y.Z version.
-version = "7.0.1"
+version = "7.0.2"
# The full version, including alpha/beta/rc tags.
-release = "7.0.1"
+release = "7.0.2"
# The date of release, in "monthname day, year" format.
-release_date = "December 23, 2022"
+release_date = "January 2, 2023"
# @@@ end
rst_epilog = """