Skip to content

Commit

Permalink
Merge pull request #146 from jcoatgoogle/jco_update_version
Browse files Browse the repository at this point in the history
Update from 0.5.7 to 0.5.8
  • Loading branch information
vilasj committed Mar 2, 2017
2 parents 1f57d98 + 1baacc6 commit ad43dd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apitools/base/py/batch_test.py
Expand Up @@ -153,6 +153,7 @@ def testSingleRequestInBatch(self):
desired_url = 'https://www.example.com'

callback_was_called = []

def _Callback(response, exception):
self.assertEqual({'status': '200'}, response.info)
self.assertEqual('content', response.content)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -54,7 +54,7 @@
if py_version < '2.7':
REQUIRED_PACKAGES.append('argparse>=1.2.1')

_APITOOLS_VERSION = '0.5.7'
_APITOOLS_VERSION = '0.5.8'

with open('README.rst') as fileobj:
README = fileobj.read()
Expand Down

0 comments on commit ad43dd1

Please sign in to comment.