diff options
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/conf.py b/doc/conf.py index 07e6f302..87aa6f34 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -63,12 +63,12 @@ copyright = '2009\N{EN DASH}2022, Ned Batchelder' # CHANGEME # pylint: di # |version| and |release|, also used in various other places throughout the # built documents. # -# The short X.Y version. -version = "6.4" # CHANGEME -# The full version, including alpha/beta/rc tags. -release = "6.4" # CHANGEME -# The date of release, in "monthname day, year" format. -release_date = "May 22, 2022" # CHANGEME +# The short X.Y.Z version. # CHANGEME +version = "6.4.1" +# The full version, including alpha/beta/rc tags. # CHANGEME +release = "6.4.1" +# The date of release, in "monthname day, year" format. # CHANGEME +release_date = "June 2, 2022" rst_epilog = """ .. |release_date| replace:: {release_date} |