Commit 8f275765 authored by Jason Madden's avatar Jason Madden

svb [skip ci]

parent 9d437048
...@@ -4,6 +4,11 @@ ...@@ -4,6 +4,11 @@
.. currentmodule:: gevent .. currentmodule:: gevent
1.1rc2 (unreleased)
===================
- TBD
1.1rc1 (Nov 14, 2015) 1.1rc1 (Nov 14, 2015)
===================== =====================
......
...@@ -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, 'rc', '1') version_info = _version_info(1, 1, 0, 'rc', '2')
#: The human-readable PEP 440 version identifier #: The human-readable PEP 440 version identifier
__version__ = '1.1rc1' __version__ = '1.1rc2.dev0'
__all__ = ['get_hub', __all__ = ['get_hub',
......
...@@ -400,6 +400,7 @@ def run_setup(ext_modules, run_make): ...@@ -400,6 +400,7 @@ def run_setup(ext_modules, run_make):
"Programming Language :: Python :: 2.7", "Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: Implementation :: PyPy",
"Operating System :: MacOS :: MacOS X", "Operating System :: MacOS :: MacOS X",
......
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