Skip to content

Commit ad43dd1

Browse files
authored
Merge pull request #146 from jcoatgoogle/jco_update_version
Update from 0.5.7 to 0.5.8
2 parents 1f57d98 + 1baacc6 commit ad43dd1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

apitools/base/py/batch_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ def testSingleRequestInBatch(self):
153153
desired_url = 'https://www.example.com'
154154

155155
callback_was_called = []
156+
156157
def _Callback(response, exception):
157158
self.assertEqual({'status': '200'}, response.info)
158159
self.assertEqual('content', response.content)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
if py_version < '2.7':
5555
REQUIRED_PACKAGES.append('argparse>=1.2.1')
5656

57-
_APITOOLS_VERSION = '0.5.7'
57+
_APITOOLS_VERSION = '0.5.8'
5858

5959
with open('README.rst') as fileobj:
6060
README = fileobj.read()

0 commit comments

Comments
 (0)