diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-07 09:47:41 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-07 09:47:41 -0400 |
commit | 74159ba5f96dc163682697f6afb1e34ad41cbaf1 (patch) | |
tree | 26c0e7f97d1a46f08bcce2a79a17ed5fbda0bcf8 /doc/changes.rst | |
parent | dac2106e1108212851b85244fe5d6581c4a4409a (diff) | |
download | python-coveragepy-git-74159ba5f96dc163682697f6afb1e34ad41cbaf1.tar.gz |
Prepare for 4.0b3 kitscoverage-4.0b3
Diffstat (limited to 'doc/changes.rst')
-rw-r--r-- | doc/changes.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/changes.rst b/doc/changes.rst index 510353a6..fee58de2 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -44,7 +44,7 @@ history, see the `CHANGES.txt`_ file in the source tree. .. _changes_40: -Version 4.0b2 pre-release --- 22 August 2015 +Version 4.0b3 pre-release --- 7 September 2015 -------------------------------------------- @@ -52,7 +52,7 @@ Backward incompatibilities: - Python versions supported are now: - - CPython 2.6, 2.7, 3.3, 3.4 and 3.5b4 + - CPython 2.6, 2.7, 3.3, 3.4 and 3.5rc2 - PyPy2 2.4, 2.6 - PyPy3 2.4 @@ -75,6 +75,9 @@ Backward incompatibilities: - Coverage.py is now licensed under the Apache 2.0 license. See `NOTICE.txt`_ for details. +- Coverage.py kits no longer include tests and docs. If you were using them, + get in touch and let me know how. + .. _NOTICE.txt: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt |