Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
Merge pull request #898 from uber/user_threadloop_0_3
Browse files Browse the repository at this point in the history
Python - Use threadloop 0.3.x in sync client
  • Loading branch information
Grayson Koonce committed Jul 9, 2015
2 parents 9fbef07 + bbcc9e1 commit a6712bb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion python/CHANGES.rst
@@ -1,12 +1,19 @@
Changelog for tchannel.py
=========================

0.8.6 (unreleased)
0.9.1 (2015-07-09)
------------------

- Use threadloop 0.3.* to fix main thread not exiting when `tchannel.sync.TChannelSyncClient` is used.


0.9.0 (2015-07-07)
------------------

- Allow custom handlers for unrecognized endpoints.
- Released `tchannel.sync.TChannelSyncClient` and `tchannel.sync.thrift.client_for`.


0.8.5 (2015-06-30)
------------------

Expand Down
4 changes: 2 additions & 2 deletions python/setup.py
Expand Up @@ -3,7 +3,7 @@

setup(
name='tchannel',
version='0.9.0',
version='0.9.1',
author='Abhinav Gupta, Aiden Scandella, Bryce Lampe, Grayson Koonce, Junchao Wu',
author_email='dev@uber.com',
description='Network multiplexing and framing protocol for RPC',
Expand All @@ -15,7 +15,7 @@
'crcmod',
'tornado>=4.0,<5.0',
'toro>=0.8,<0.9',
'threadloop',
'threadloop>=0.3,<0.4',
'futures',
],
entry_points={
Expand Down

0 comments on commit a6712bb

Please sign in to comment.