Commit a197ce4c authored by Jason Madden's avatar Jason Madden

Bump version [skip ci]

parent 07a6013e
...@@ -4,6 +4,11 @@ ...@@ -4,6 +4,11 @@
.. currentmodule:: gevent .. currentmodule:: gevent
1.2.2 (unreleased)
==================
- TBD
1.2.1 (2017-01-12) 1.2.1 (2017-01-12)
================== ==================
......
...@@ -16,10 +16,10 @@ _version_info = namedtuple('version_info', ...@@ -16,10 +16,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`
#: Deprecated in 1.2. #: Deprecated in 1.2.
version_info = _version_info(1, 2, 1, 'final', 1) version_info = _version_info(1, 2, 2, 'dev', 0)
#: The human-readable PEP 440 version identifier #: The human-readable PEP 440 version identifier
__version__ = '1.2.1' __version__ = '1.2.2dev0'
__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