Commit aa8fedf8 authored by Jason Madden's avatar Jason Madden

svb [skip ci]

parent 8946b0ed
......@@ -4,6 +4,11 @@
.. currentmodule:: gevent
Unreleased
==========
- Nothing yet.
1.1a2 (Jul 8, 2015)
===================
......
......@@ -8,8 +8,8 @@ See http://www.gevent.org/ for the documentation.
from __future__ import absolute_import
version_info = (1, 1, 'a2', None, None)
__version__ = '1.1a2'
version_info = (1, 1, 'a3', 'dev', 0)
__version__ = '1.1a3.dev0'
__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