diff options
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 |