diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/conf.py b/doc/conf.py index 893de46d..a646070e 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.2" +version = "7.0.3" # The full version, including alpha/beta/rc tags. -release = "7.0.2" +release = "7.0.3" # The date of release, in "monthname day, year" format. -release_date = "January 2, 2023" +release_date = "January 3, 2023" # @@@ end rst_epilog = """ |