Skip to content

Commit a5bbfc0

Browse files
committed
updated version
1 parent 2988529 commit a5bbfc0

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Klaviyo Python SDK
22

3-
- SDK version: 1.2.0
4-
- API revision: 2022-12-09
3+
- SDK version: 1.1.0
4+
- API revision: 2023-01-24
55

66
## Helpful Resources
77

openapi_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"""
1212

1313

14-
__version__ = "1.2.0"
14+
__version__ = "1.1.0"
1515

1616
# import ApiClient
1717
from openapi_client.api_client import ApiClient

openapi_client/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7777
self.default_headers[header_name] = header_value
7878
self.cookie = cookie
7979
# Set default User-Agent.
80-
self.user_agent = 'klaviyo-api-python/1.2.0'
80+
self.user_agent = 'klaviyo-api-python/1.1.0'
8181

8282
def __enter__(self):
8383
return self

openapi_client/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def to_debug_report(self):
410410
"OS: {env}\n"\
411411
"Python Version: {pyversion}\n"\
412412
"Version of the API: 2023-01-24\n"\
413-
"SDK Package Version: 1.2.0".\
413+
"SDK Package Version: 1.1.0".\
414414
format(env=sys.platform, pyversion=sys.version)
415415

416416
def get_host_settings(self):

0 commit comments

Comments
 (0)