diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-07-15 21:10:54 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-07-15 21:10:54 -0400 |
commit | 6d7f6f85ed580c67c4dd1d6885011815cff57148 (patch) | |
tree | ce0e52a30c8c3902501b6066b56259c02a3d880e | |
parent | 496e8c1a0efdf24dfa0430751362511aedd736f6 (diff) | |
download | python-coveragepy-git-6d7f6f85ed580c67c4dd1d6885011815cff57148.tar.gz |
Prep for 5.0a6
-rw-r--r-- | CHANGES.rst | 7 | ||||
-rw-r--r-- | doc/conf.py | 2 | ||||
-rw-r--r-- | doc/index.rst | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 9dc57518..988bf951 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -17,8 +17,11 @@ development at the same time, like 4.5.x and 5.0. .. Version 7.8.1 --- 2021-07-27 .. ---------------------------- -Unreleased ----------- + +.. _changes_50a6: + +Version 5.0a6 --- 2019-07-16 +---------------------------- - Reporting on dynamic contexts. Big thanks to Stephan Richter and Albertas Agejevas for the contribution. diff --git a/doc/conf.py b/doc/conf.py index b402c5c0..28ec17f4 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -58,7 +58,7 @@ copyright = u'2009\N{EN DASH}2019, Ned Batchelder.' # CHANGEME # The short X.Y version. version = '5.0' # CHANGEME # The full version, including alpha/beta/rc tags. -release = '5.0a5' # CHANGEME +release = '5.0a6' # 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 80b3e343..5ffad66e 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -28,10 +28,10 @@ not. .. ifconfig:: prerelease - The latest version is coverage.py 5.0a5, released May 7, 2019. + The latest version is coverage.py 5.0a6, released July 16, 2019. It is supported on: - * Python versions 2.7, 3.5, 3.6, 3.7, and alpha 3.8. + * Python versions 2.7, 3.5, 3.6, 3.7, and beta 3.8. * PyPy2 7.0 and PyPy3 7.0. |