Commit b20f6d62 authored by Jason Madden's avatar Jason Madden

version for release

parent 38231a7a
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
.. currentmodule:: gevent .. currentmodule:: gevent
1.2a2 (unreleased) 1.2a2 (Dec 9, 2017)
================== ===================
- Update libev to version 4.23. - Update libev to version 4.23.
- Allow the ``MAKE`` environment variable to specify the make command - Allow the ``MAKE`` environment variable to specify the make command
......
...@@ -18,7 +18,7 @@ _version_info = namedtuple('version_info', ...@@ -18,7 +18,7 @@ _version_info = namedtuple('version_info',
version_info = _version_info(1, 2, 0, 'alpha', 2) version_info = _version_info(1, 2, 0, 'alpha', 2)
#: The human-readable PEP 440 version identifier #: The human-readable PEP 440 version identifier
__version__ = '1.2a2.dev0' __version__ = '1.2a2'
__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