From 96ae2000a951267db71f23ead7aa63fab70af0e7 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 24 Jan 2021 17:49:10 -0500 Subject: Prep for 5.4 --- doc/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/conf.py') diff --git a/doc/conf.py b/doc/conf.py index 2fbf6c1e..b76c0a23 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -59,18 +59,18 @@ master_doc = 'index' # General information about the project. project = u'Coverage.py' -copyright = u'2009\N{EN DASH}2020, Ned Batchelder.' # CHANGEME # pylint: disable=redefined-builtin +copyright = u'2009\N{EN DASH}2021, Ned Batchelder.' # CHANGEME # pylint: disable=redefined-builtin # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = "5.3.1" # CHANGEME +version = "5.4" # CHANGEME # The full version, including alpha/beta/rc tags. -release = "5.3.1" # CHANGEME +release = "5.4" # CHANGEME # The date of release, in "monthname day, year" format. -release_date = "December 19, 2020" # CHANGEME +release_date = "January 24, 2021" # CHANGEME rst_epilog = """ .. |release_date| replace:: {release_date} -- cgit v1.2.1