Skip to content

Commit

Permalink
svb [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Jul 8, 2015
1 parent 8946b0e commit aa8fedf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

.. currentmodule:: gevent

Unreleased
==========

- Nothing yet.

1.1a2 (Jul 8, 2015)
===================

Expand Down
4 changes: 2 additions & 2 deletions gevent/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

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',
Expand Down

0 comments on commit aa8fedf

Please sign in to comment.