diff options
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 8 |
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 = """ |