Skip to content

Commit

Permalink
Merge pull request #205 from khtg/release0522
Browse files Browse the repository at this point in the history
Update for v0.5.22 release.
  • Loading branch information
khtg authored Mar 8, 2018
2 parents da2e038 + ba6047a commit 6a2e91f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion apitools/base/py/list_pager_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ def testYieldFromListBatchSizeNone(self):

self._AssertInstanceSequence(results, 5)


def testYieldFromListEmpty(self):
self.mocked_client.column.List.Expect(
messages.FusiontablesColumnListRequest(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
if py_version < '2.7':
REQUIRED_PACKAGES.append('argparse>=1.2.1')

_APITOOLS_VERSION = '0.5.21'
_APITOOLS_VERSION = '0.5.22'

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

0 comments on commit 6a2e91f

Please sign in to comment.