Commit cc02ca9e authored by Jason Madden's avatar Jason Madden

version for release 1.1rc5

parent c5e9fdae
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
.. currentmodule:: gevent .. currentmodule:: gevent
1.1rc5 (unreleased) 1.1rc5 (Feb 24, 2016)
=================== =====================
- SSL: Attempting to send empty data using the - SSL: Attempting to send empty data using the
:meth:`~socket.socket.sendall` method of a gevent SSL socket that has :meth:`~socket.socket.sendall` method of a gevent SSL socket that has
......
...@@ -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', '5') version_info = _version_info(1, 1, 0, 'rc', '5')
#: The human-readable PEP 440 version identifier #: The human-readable PEP 440 version identifier
__version__ = '1.1rc5.dev0' __version__ = '1.1rc5'
__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