Commit 668b958e authored by Jason Madden's avatar Jason Madden

Preparing release 1.3.3

[skip ci]
parent df33630f
......@@ -4,7 +4,7 @@
.. currentmodule:: gevent
1.3.3 (unreleased)
1.3.3 (2018-06-08)
==================
- :func:`gevent.sleep` updates the loop's notion of the current time
......
......@@ -27,7 +27,7 @@ version_info = _version_info(1, 3, 0, 'dev', 0)
#: Use ``pkg_resources.parse_version(__version__)`` or
#: ``packaging.version.Version(__version__)`` to get a machine-usable
#: value.
__version__ = '1.3.3.dev0'
__version__ = '1.3.3'
__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