diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changes.rst | 7 | ||||
-rw-r--r-- | doc/conf.py | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/doc/changes.rst b/doc/changes.rst index 510353a..fee58de 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 diff --git a/doc/conf.py b/doc/conf.py index 5417b8a..9c373f3 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -58,7 +58,7 @@ copyright = u'2009\N{EN DASH}2015, Ned Batchelder' # The short X.Y version. version = '4.0' # The full version, including alpha/beta/rc tags. -release = '4.0b2' +release = '4.0b3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |