diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-09-03 09:31:53 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-09-03 09:31:53 -0400 |
commit | 43b7cd8181640ab525e06795ea3ae53d828b6ca6 (patch) | |
tree | 301d8761ff04d02226557fe00b2486a22152b7fb /doc/conf.py | |
parent | 4d00a2f35570a16456f4e3d224d3a22bbc3f5984 (diff) | |
download | python-coveragepy-git-43b7cd8181640ab525e06795ea3ae53d828b6ca6.tar.gz |
Updates for 5.0a2coverage-5.0a2
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 9936d1b9..a87047eb 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.0a1' # CHANGEME +release = '5.0a2' # CHANGEME # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |