diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-02-03 15:14:34 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-02-03 15:14:34 -0500 |
commit | 905c302d0ab7c914e4ae2231832baab4ffa80c3b (patch) | |
tree | cd2b898e63e0bab903f295fa141925a33f8d3093 /doc/conf.py | |
parent | 89ac213c239faa329a92fb46fdce0a11ea21c41c (diff) | |
download | python-coveragepy-git-905c302d0ab7c914e4ae2231832baab4ffa80c3b.tar.gz |
Version 4.5 paperwork
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 6 |
1 files changed, 3 insertions, 3 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. |