Skip to content

Commit

Permalink
version bump for release, fixing 3.5 incompatibilities
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetrucciani committed Mar 31, 2020
1 parent cb8acca commit a17f165
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hubspot3/globals.py
@@ -1,7 +1,7 @@
"""
globals file for hubspot3
"""
__version__ = "3.2.47"
__version__ = "3.2.48"


BASE_URL = "https://api.hubapi.com"
Expand Down
4 changes: 2 additions & 2 deletions hubspot3/oauth2.py
Expand Up @@ -38,7 +38,7 @@ def get_tokens(
redirect_uri: str,
client_id: str = None,
client_secret: str = None,
**options,
**options
):
"""
Request an initial token pair using the provided credentials.
Expand Down Expand Up @@ -69,7 +69,7 @@ def refresh_tokens(
client_id: str = None,
client_secret: str = None,
refresh_token: str = None,
**options,
**options
):
"""
Request a new token pair using the provided refresh token and credentials.
Expand Down

0 comments on commit a17f165

Please sign in to comment.