Commit 8946b0ed authored by Jason Madden's avatar Jason Madden

version for release. [skip ci]

parent 5af72d4d
......@@ -4,8 +4,8 @@
.. currentmodule:: gevent
Unreleased
==========
1.1a2 (Jul 8, 2015)
===================
- ``gevent.threadpool.ThreadPool.imap`` and ``imap_unordered`` now
accept multiple iterables.
......@@ -36,7 +36,7 @@ Unreleased
``pass_fds``, ``restore_signals``, and ``start_new_session``
arguments are now unimplemented, as are the ``timeout`` parameters
to various functions. Under Python 2, the previously undocumented ``timeout``
parameter to ``Popen.communicate`` raises an exception like it's
parameter to ``Popen.communicate`` raises an exception like its
Python 3 counterpart.
- An exception starting a child process with the ``gevent.subprocess``
module no longer leaks file descriptors. Reported in :pr:`374` by 陈小玉.
......
......@@ -8,8 +8,8 @@ See http://www.gevent.org/ for the documentation.
from __future__ import absolute_import
version_info = (1, 1, 'a2', 'dev', None)
__version__ = '1.1a2.dev0'
version_info = (1, 1, 'a2', None, None)
__version__ = '1.1a2'
__all__ = ['get_hub',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment