diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-19 07:43:31 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-19 07:43:31 -0400 |
commit | 8c0a9f0265f295768ecb5a49d16e035da8ed6143 (patch) | |
tree | d0b091fb949dd758f15179f4491810666792226c /doc/changes.rst | |
parent | b7fe73cecdf304b9c1028f2bea592feb47302661 (diff) | |
download | python-coveragepy-git-8c0a9f0265f295768ecb5a49d16e035da8ed6143.tar.gz |
Get ready for 4.0 final
Diffstat (limited to 'doc/changes.rst')
-rw-r--r-- | doc/changes.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/changes.rst b/doc/changes.rst index fee58de2..20b2bd73 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -33,6 +33,7 @@ Major change history for coverage.py .. :history: 20150124T134800, updated for 4.0a4 .. :history: 20150802T174700, updated for 4.0b1 .. :history: 20150822T092800, updated for 4.0b2 +.. :history: 20150919T072700, updated for 4.0 These are the major changes for coverage.py. For a more complete change @@ -44,15 +45,15 @@ history, see the `CHANGES.txt`_ file in the source tree. .. _changes_40: -Version 4.0b3 pre-release --- 7 September 2015 --------------------------------------------- +Version 4.0 --- 20 September 2015 +--------------------------------- Backward incompatibilities: - Python versions supported are now: - - CPython 2.6, 2.7, 3.3, 3.4 and 3.5rc2 + - CPython 2.6, 2.7, 3.3, 3.4 and 3.5 - PyPy2 2.4, 2.6 - PyPy3 2.4 |