Skip to content

Commit

Permalink
version for release. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Jul 8, 2015
1 parent 5af72d4 commit 8946b0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

.. currentmodule:: gevent

Unreleased
==========
1.1a2 (Jul 8, 2015)
===================

- ``gevent.threadpool.ThreadPool.imap`` and ``imap_unordered`` now
accept multiple iterables.
Expand Down Expand Up @@ -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 陈小玉.
Expand Down
4 changes: 2 additions & 2 deletions gevent/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

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',
Expand Down

0 comments on commit 8946b0e

Please sign in to comment.