Skip to content

Commit

Permalink
prep version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Aug 5, 2015
1 parent d22f94d commit 0edc5ee
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

Unreleased
==========
1.1b2 (Aug 5, 2015)
===================

- Enable the c-ares resolver extension for PyPy.
- On some versions of PyPy on some platforms (notably 2.6.0 on 64-bit
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', '2')

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


__all__ = ['get_hub',
Expand Down

0 comments on commit 0edc5ee

Please sign in to comment.