Commit 12599406 authored by Jason Madden's avatar Jason Madden

Version for release.

parent 4967669b
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
.. currentmodule:: gevent .. currentmodule:: gevent
1.1rc2 (unreleased) 1.1rc2 (Dec 11, 2015)
=================== =====================
- Exceptions raised by gevent's SSL sockets are more consistent with - Exceptions raised by gevent's SSL sockets are more consistent with
the standard library (e.g., gevent's Python 3 SSL sockets raise the standard library (e.g., gevent's Python 3 SSL sockets raise
......
...@@ -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', '2') version_info = _version_info(1, 1, 0, 'rc', '2')
#: The human-readable PEP 440 version identifier #: The human-readable PEP 440 version identifier
__version__ = '1.1rc2.dev0' __version__ = '1.1rc2'
__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