Commit 5e9a5217 authored by Jason Madden's avatar Jason Madden

Versioning [skip ci]

parent 345b13ea
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
.. currentmodule:: gevent .. currentmodule:: gevent
Unreleased 1.1b1 (Jul 17, 2015)
========== ====================
- ``setup.py`` can be run from a directory containing spaces. Reported - ``setup.py`` can be run from a directory containing spaces. Reported
in :issue:`319` by Ivan Smirnov. in :issue:`319` by Ivan Smirnov.
......
...@@ -15,10 +15,10 @@ _version_info = namedtuple('version_info', ...@@ -15,10 +15,10 @@ _version_info = namedtuple('version_info',
#: The programatic version identifier. The fields have (roughly) the #: The programatic version identifier. The fields have (roughly) the
#: same meaning as :data:`sys.version_info` #: 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 #: The human-readable PEP 440 version identifier
__version__ = '1.1a3.dev0' __version__ = '1.1b1'
__all__ = ['get_hub', __all__ = ['get_hub',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment