diff options
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py index 3e949059..9947759d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -67,9 +67,9 @@ copyright = "2009–2022, Ned Batchelder" # pylint: disable=redefined-builtin # The short X.Y.Z version. version = "7.0.0" # The full version, including alpha/beta/rc tags. -release = "7.0.0b1" +release = "7.0.0" # The date of release, in "monthname day, year" format. -release_date = "December 3, 2022" +release_date = "December 18, 2022" # @@@ end rst_epilog = """ |