Commit dcb67571 authored by Jason Madden's avatar Jason Madden

version for release

parent f7953f59
......@@ -4,8 +4,8 @@
.. currentmodule:: gevent
1.1b6 (unreleased)
==================
1.1b6 (Oct 17, 2015)
====================
- PyPy: Fix a memory leak for code that allocated and disposed of many
:class:`gevent.lock.Semaphore` subclasses. If monkey-patched, this could
......
......@@ -18,7 +18,7 @@ _version_info = namedtuple('version_info',
version_info = _version_info(1, 1, 0, 'beta', '6')
#: The human-readable PEP 440 version identifier
__version__ = '1.1b6.dev0'
__version__ = '1.1b6'
__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