diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-11-25 16:11:36 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-11-25 16:11:36 -0500 |
commit | 28d223b4265242e08dac4bb016270dbc1b4482cb (patch) | |
tree | 453291aac0364ccac848b0c35b28545d3c48193e /doc/conf.py | |
parent | 4340cd46c08c067bd4afadd6c9f92b3c6a409477 (diff) | |
download | python-coveragepy-git-28d223b4265242e08dac4bb016270dbc1b4482cb.tar.gz |
Paperwork for 5.0a4
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index 757bf64e..7c2b2297 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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.0a3' # CHANGEME +release = '5.0a4' # CHANGEME # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |