diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/conf.py | 6 | ||||
| -rw-r--r-- | doc/index.rst | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/conf.py b/doc/conf.py index ebffb4a7..162ee331 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -49,16 +49,16 @@ master_doc = 'index' # General information about the project. project = u'Coverage.py' -copyright = u'2009\N{EN DASH}2017, Ned Batchelder' # CHANGEME +copyright = u'2009\N{EN DASH}2018, Ned Batchelder' # CHANGEME # 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 = '4.4' # CHANGEME +version = '4.5' # CHANGEME # The full version, including alpha/beta/rc tags. -release = '4.4.2' # CHANGEME +release = '4.5' # CHANGEME # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/index.rst b/doc/index.rst index 19c8f90a..acb45bf6 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -50,6 +50,7 @@ Coverage.py .. :history: 20160726T161300, updated for 4.2 .. :history: 20161226T160400, updated for 4.3 .. :history: 20170116T180100, updated for 4.3.2 +.. :history: 20180203T130300, updated for 4.5 Coverage.py is a tool for measuring code coverage of Python programs. It @@ -62,7 +63,7 @@ not. .. ifconfig:: not prerelease - The latest version is coverage.py 4.4.2, released November 5th 2017. It + The latest version is coverage.py 4.5, released February 3rd 2018. It is supported on: * Python versions 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, and 3.7. |
