Skip to content

Commit

Permalink
version bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetrucciani committed Oct 15, 2019
1 parent 9275579 commit 03a4db6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hubspot3/globals.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
globals file for hubspot3
"""
__version__ = "3.2.34"
__version__ = "3.2.35"


BASE_URL = "https://api.hubapi.com"
Expand Down
1 change: 1 addition & 0 deletions hubspot3/lines.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def update(self, line_id: int, data=None, **options) -> Dict:
Update an existing line by its ID.
:see: https://developers.hubspot.com/docs/methods/line-items/update-line-item
"""
data = data or {}
return self._call("{}".format(line_id), data=data, method="PUT", **options)

def get_all(
Expand Down

0 comments on commit 03a4db6

Please sign in to comment.