Skip to content
This repository has been archived by the owner on Nov 21, 2017. It is now read-only.

Commit

Permalink
Version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Feb 16, 2016
1 parent ff59d21 commit ca60c7a
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.1rc4 (unreleased)
===================
1.1rc4 (Feb 16, 2016)
=====================

- Python 2: Using the blocking API at import time when multiple
greenlets are also importing should not lead to ``LoopExit``.
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, 'rc', '4')

#: The human-readable PEP 440 version identifier
__version__ = '1.1rc4.dev0'
__version__ = '1.1rc4'


__all__ = ['get_hub',
Expand Down

0 comments on commit ca60c7a

Please sign in to comment.