Commit 3255b75a authored by Jason Madden's avatar Jason Madden

Version for release.

parent b298f9f5
......@@ -4,7 +4,7 @@
.. currentmodule:: gevent
1.2a1 (Oct 26, 2016)
1.2a1 (Oct 27, 2016)
====================
Incompatible Changes
......
......@@ -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', 0)
version_info = _version_info(1, 2, 0, 'alpha', 1)
#: The human-readable PEP 440 version identifier
__version__ = '1.2.0.dev0'
__version__ = '1.2a1'
__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