Commit 046bd7a6 authored by Jason Madden's avatar Jason Madden

svb [skip ci]

parent b20f6d62
......@@ -4,6 +4,11 @@
.. currentmodule:: gevent
1.2b1 (unreleased)
==================
- TBD
1.2a2 (Dec 9, 2017)
===================
......
......@@ -15,10 +15,10 @@ _version_info = namedtuple('version_info',
#: The programatic version identifier. The fields have (roughly) the
#: same meaning as :data:`sys.version_info`
version_info = _version_info(1, 2, 0, 'alpha', 2)
version_info = _version_info(1, 2, 0, 'beta', 1)
#: The human-readable PEP 440 version identifier
__version__ = '1.2a2'
__version__ = '1.2b1.dev0'
__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