Skip to content

Commit

Permalink
version bump, removing preview notice for both tickets and line_items…
Browse files Browse the repository at this point in the history
… clients
  • Loading branch information
jpetrucciani committed Oct 14, 2019
1 parent 08ce0b7 commit b2babf9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
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.33"
__version__ = "3.2.34"


BASE_URL = "https://api.hubapi.com"
Expand Down
1 change: 0 additions & 1 deletion hubspot3/lines.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
class LinesClient(BaseClient):
"""
Line Items API endpoint
THIS API ENDPOINT IS ONLY A PREVIEW AND IS SUBJECT TO CHANGE
:see: https://developers.hubspot.com/docs/methods/line-items/line-items-overview
"""

Expand Down
1 change: 0 additions & 1 deletion hubspot3/tickets.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
class TicketsClient(BaseClient):
"""
hubspot3 Tickets client
this client is still in developer preview, and is subject to change.
:see: https://developers.hubspot.com/docs/methods/tickets/tickets-overview
"""

Expand Down

0 comments on commit b2babf9

Please sign in to comment.