Skip to content

v0.5.6

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Aug 16:16
· 5 commits to master since this release
Check if pageSize is zero, this happens when a IQL Result is empty.

Also, Python 3.7 changed the behaviour of generators where one is supposed to just return instead of raising StopIteration. This commit does that.