Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master' into apple
Browse files Browse the repository at this point in the history
  • Loading branch information
jc-fireball committed Nov 17, 2015
2 parents 8a1795a + 45c1f7f commit 31915b2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Expand Up @@ -19,6 +19,13 @@ Changes by Version
connection was previously terminated.


0.20.1 (2015-11-12)
-------------------

- Fix bug which prevented requests from being retried if the candidate
connection was previously terminated.


0.20.0 (2015-11-10)
-------------------

Expand Down
6 changes: 3 additions & 3 deletions requirements-test.txt
@@ -1,12 +1,12 @@
# Testing and coverage
pytest<2.8.0
pytest>=2,<3
pytest-cov
pytest-timeout
pytest-tornado
pytest-benchmark[histogram]==3.0.0rc1
pytest-benchmark[histogram]>=3,<4

# Property based tests
hypothesis-pytest==0.12.0
hypothesis>=1.14,<2

# Integration test utilities
sh
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@

setup(
name='tchannel',
version='0.20.0',
version='0.20.2.dev0',
author=', '.join([
'Abhinav Gupta',
'Aiden Scandella',
Expand Down
2 changes: 1 addition & 1 deletion tchannel/__init__.py
Expand Up @@ -22,7 +22,7 @@
absolute_import, division, print_function, unicode_literals
)

__version__ = '0.20.1.dev0'
__version__ = '0.20.2.dev0'
# Update setup.py when changing this. zest.releaser doesn't support updating
# both of them yet.

Expand Down

0 comments on commit 31915b2

Please sign in to comment.