Commit b9a5dd73 authored by Jason Madden's avatar Jason Madden

Preparing release 1.5a1

parent 88310404
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
.. currentmodule:: gevent .. currentmodule:: gevent
1.5.0 (unreleased) 1.5a1 (2019-05-02)
================== ==================
- Python version updates: gevent is now tested with CPython 2.7.16, - Python version updates: gevent is now tested with CPython 2.7.16,
......
...@@ -27,7 +27,7 @@ version_info = _version_info(1, 5, 0, 'dev', 0) ...@@ -27,7 +27,7 @@ version_info = _version_info(1, 5, 0, 'dev', 0)
#: Use ``pkg_resources.parse_version(__version__)`` or #: Use ``pkg_resources.parse_version(__version__)`` or
#: ``packaging.version.Version(__version__)`` to get a machine-usable #: ``packaging.version.Version(__version__)`` to get a machine-usable
#: value. #: value.
__version__ = '1.5.0.dev0' __version__ = '1.5a1'
__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