diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/conf.py | 6 | ||||
| -rw-r--r-- | doc/index.rst | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/conf.py b/doc/conf.py index b76c0a23..770396bc 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -66,11 +66,11 @@ copyright = u'2009\N{EN DASH}2021, Ned Batchelder.' # CHANGEME # pylint: di # built documents. # # The short X.Y version. -version = "5.4" # CHANGEME +version = "5.5" # CHANGEME # The full version, including alpha/beta/rc tags. -release = "5.4" # CHANGEME +release = "5.5" # CHANGEME # The date of release, in "monthname day, year" format. -release_date = "January 24, 2021" # CHANGEME +release_date = "February 28, 2021" # CHANGEME rst_epilog = """ .. |release_date| replace:: {release_date} diff --git a/doc/index.rst b/doc/index.rst index 6f408b89..63ac1d9c 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -23,7 +23,7 @@ supported on: .. ifconfig:: prerelease **This is a pre-release build. The usual warnings about possible bugs - apply.** The latest stable version is coverage.py 5.4, `described here`_. + apply.** The latest stable version is coverage.py 5.5, `described here`_. .. _described here: http://coverage.readthedocs.io/ |
