Skip to content

Commit

Permalink
6.58, workaround for #1625
Browse files Browse the repository at this point in the history
  • Loading branch information
jay0lee committed Apr 26, 2023
1 parent 1ae54db commit 4d79e9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/gam/gapi/licensing.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ def print_(returnFields=None,
],
page_message=page_message,
customerId=customer_id,
maxResults=100,
productId=product,
skuId=sku,
fields=fields)
Expand Down Expand Up @@ -234,6 +235,7 @@ def print_(returnFields=None,
],
page_message=page_message,
customerId=customer_id,
maxResults=100,
productId=productId,
fields=fields)
if countsOnly:
Expand Down
2 changes: 1 addition & 1 deletion src/gam/var.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import re

GAM_AUTHOR = 'Jay Lee <[email protected]>'
GAM_VERSION = '6.57'
GAM_VERSION = '6.58'
GAM_LICENSE = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'

GAM_URL = 'https://jaylee.us/gam'
Expand Down

0 comments on commit 4d79e9d

Please sign in to comment.