Skip to content

Commit

Permalink
fixing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
eamonnfaherty committed Jul 10, 2019
1 parent 3ebc212 commit 1fcbddf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion betterboto/servicecatalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ def make_better(client):
client.list_portfolios_single_page = types.MethodType(list_portfolios_single_page, client)
client.list_provisioning_artifacts_single_page = types.MethodType(list_provisioning_artifacts_single_page, client)
client.list_portfolios_for_product_single_page = types.MethodType(list_portfolios_for_product_single_page, client)
client.list_provisioned_product_plans_single_page = types.MethodType(list_provisioned_product_plans_single_page(), client)
client.list_provisioned_product_plans_single_page = types.MethodType(list_provisioned_product_plans_single_page, client)
return client
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="better-boto",
version="0.10.0",
version="0.11.0",
author="Eamonn Faherty",
author_email="python-packages@designandsolve.co.uk",
description="Helpers to make using boto3 more enjoyable",
Expand Down

0 comments on commit 1fcbddf

Please sign in to comment.