Skip to content

Commit

Permalink
version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Oct 17, 2015
1 parent f7953f5 commit dcb6757
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gevent/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
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',
Expand Down

0 comments on commit dcb6757

Please sign in to comment.