Commit fc42ffe5 authored by Jason Madden's avatar Jason Madden

Back to development: 1.3.0

parent 1036497d
......@@ -4,6 +4,12 @@
.. currentmodule:: gevent
1.3.0 (unreleased)
==================
- Nothing changed yet.
1.3a1 (2018-01-27)
==================
......
......@@ -19,7 +19,7 @@ _version_info = namedtuple('version_info',
version_info = _version_info(1, 3, 0, 'dev', 0)
#: The human-readable PEP 440 version identifier
__version__ = '1.3a1'
__version__ = '1.3.0.dev0'
__all__ = [
......
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