Commit b0dec2f8 authored by Jason Madden's avatar Jason Madden

Preparing release 1.2.2

parent 9243ffe8
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
.. currentmodule:: gevent .. currentmodule:: gevent
1.2.2 (unreleased) 1.2.2 (2017-06-05)
================== ==================
- Testing on Python 3.5 now uses Python 3.5.3 due to SSL changes. See - Testing on Python 3.5 now uses Python 3.5.3 due to SSL changes. See
......
...@@ -19,7 +19,7 @@ _version_info = namedtuple('version_info', ...@@ -19,7 +19,7 @@ _version_info = namedtuple('version_info',
version_info = _version_info(1, 2, 2, 'dev', 0) version_info = _version_info(1, 2, 2, 'dev', 0)
#: The human-readable PEP 440 version identifier #: The human-readable PEP 440 version identifier
__version__ = '1.2.2dev0' __version__ = '1.2.2'
__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