diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-05-07 17:53:46 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-05-07 17:53:46 -0400 |
commit | f9cb7becf69b299f5f946944d855b7e964afec8d (patch) | |
tree | 810d46cfc2f60167fccbae156c8dca1a4a09cf01 /doc/conf.py | |
parent | 8558658bdebaa8e0d2885f97585ba8d9f5fb48ce (diff) | |
download | python-coveragepy-git-f9cb7becf69b299f5f946944d855b7e964afec8d.tar.gz |
Paperwork for 5.0a5coverage-5.0a5
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py index 7c2b2297..d8bce599 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -49,7 +49,7 @@ master_doc = 'index' # General information about the project. project = u'Coverage.py' -copyright = u'2009\N{EN DASH}2018, Ned Batchelder' # CHANGEME +copyright = u'2009\N{EN DASH}2019, 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 @@ -58,7 +58,7 @@ copyright = u'2009\N{EN DASH}2018, Ned Batchelder' # CHANGEME # The short X.Y version. version = '5.0' # CHANGEME # The full version, including alpha/beta/rc tags. -release = '5.0a4' # CHANGEME +release = '5.0a5' # CHANGEME # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |