Skip to content

Commit

Permalink
Versioning [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Jul 17, 2015
1 parent 345b13e commit 5e9a521
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.1b1 (Jul 17, 2015)
====================

- ``setup.py`` can be run from a directory containing spaces. Reported
in :issue:`319` by Ivan Smirnov.
Expand Down
4 changes: 2 additions & 2 deletions gevent/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@

#: The programatic version identifier. The fields have (roughly) the
#: same meaning as :data:`sys.version_info`
version_info = _version_info(1, 1, 0, 'alpha', '3')
version_info = _version_info(1, 1, 0, 'beta', '1')

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


__all__ = ['get_hub',
Expand Down

0 comments on commit 5e9a521

Please sign in to comment.