Commit e519abff authored by Jason Madden's avatar Jason Madden

Back to development: 1.3a3

parent c30e3b5f
...@@ -4,6 +4,12 @@ ...@@ -4,6 +4,12 @@
.. currentmodule:: gevent .. currentmodule:: gevent
1.3a3 (unreleased)
==================
- Nothing changed yet.
1.3a2 (2018-03-06) 1.3a2 (2018-03-06)
================== ==================
......
...@@ -22,7 +22,7 @@ _version_info = namedtuple('version_info', ...@@ -22,7 +22,7 @@ _version_info = namedtuple('version_info',
version_info = _version_info(1, 3, 0, 'dev', 0) version_info = _version_info(1, 3, 0, 'dev', 0)
#: The human-readable PEP 440 version identifier #: The human-readable PEP 440 version identifier
__version__ = '1.3a2' __version__ = '1.3a3.dev0'
__all__ = [ __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