Commit ca60c7a4 authored by Jason Madden's avatar Jason Madden

Version for release.

parent ff59d21e
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
.. currentmodule:: gevent .. currentmodule:: gevent
1.1rc4 (unreleased) 1.1rc4 (Feb 16, 2016)
=================== =====================
- Python 2: Using the blocking API at import time when multiple - Python 2: Using the blocking API at import time when multiple
greenlets are also importing should not lead to ``LoopExit``. greenlets are also importing should not lead to ``LoopExit``.
......
...@@ -18,7 +18,7 @@ _version_info = namedtuple('version_info', ...@@ -18,7 +18,7 @@ _version_info = namedtuple('version_info',
version_info = _version_info(1, 1, 0, 'rc', '4') version_info = _version_info(1, 1, 0, 'rc', '4')
#: The human-readable PEP 440 version identifier #: The human-readable PEP 440 version identifier
__version__ = '1.1rc4.dev0' __version__ = '1.1rc4'
__all__ = ['get_hub', __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