diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2014-09-27 11:08:12 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-09-27 11:08:12 -0400 |
commit | 2a2b3f3a7272cc3b75b5fd8af86ac1d31b9f6411 (patch) | |
tree | e02f520257e255c633e27053d06ef82e9144f0be /doc/changes.rst | |
parent | f19c747b1c3b1d74002b44acf4cd2d4ccca67a44 (diff) | |
download | python-coveragepy-git-2a2b3f3a7272cc3b75b5fd8af86ac1d31b9f6411.tar.gz |
Update version and docs for 4.0a1
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 cc95837c..97c3d8c9 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -37,13 +37,14 @@ history, see the `CHANGES.txt`_ file in the source tree. .. _changes_40: -Version 4.0 --- pre-release ---------------------------- +Version 4.0 pre-release --- 27 September 2014 +--------------------------------------------- - Python versions supported are now CPython 2.6, 2.7, 3.2, 3.3, and 3.4, and PyPy 2.2. -- Gevent, eventlet, and greenlet are now supported, closing `issue 149`_. Huge +- Gevent, eventlet, and greenlet are now supported, closing `issue 149`_. + The ``concurrency`` setting specifies the concurrency library in use. Huge thanks to Peter Portante for initial implementation, and to Joe Jevnik for the final insight that completed the work. |