Commit cf24c704 authored by Jason Madden's avatar Jason Madden

Version for release 1.1rc3

parent dbecb2e2
......@@ -4,8 +4,8 @@
.. currentmodule:: gevent
1.1rc3 (Unreleased)
===================
1.1rc3 (Jan 04, 2016)
=====================
- Support the new PEP 466 :mod:`ssl` interfaces on any Python 2
version that supplies them, not just on the versions it officially
......
......@@ -18,7 +18,7 @@ _version_info = namedtuple('version_info',
version_info = _version_info(1, 1, 0, 'rc', '3')
#: The human-readable PEP 440 version identifier
__version__ = '1.1rc3.dev0'
__version__ = '1.1rc3'
__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