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

Commit

Permalink
Python 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Grayson Koonce committed Jul 9, 2015
1 parent b307775 commit bbcc9e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 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
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit bbcc9e1

Please sign in to comment.