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 38b8f0fe..3dd12db2 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -65,11 +65,11 @@ project = 'Coverage.py' # @@@ editable copyright = "2009–2022, Ned Batchelder" # pylint: disable=redefined-builtin # The short X.Y.Z version. -version = "6.5.0" +version = "6.6.0" # The full version, including alpha/beta/rc tags. -release = "6.5.0" +release = "6.6.0b1" # The date of release, in "monthname day, year" format. -release_date = "September 29, 2022" +release_date = "October 31, 2022" # @@@ end rst_epilog = """ diff --git a/doc/index.rst b/doc/index.rst index 3191c548..fc0dbdc9 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -24,7 +24,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 6.4, `described here`_. + apply.** The latest stable version is coverage.py 6.5.0, `described here`_. .. _described here: http://coverage.readthedocs.io/ |