Skip to content

Commit 8e03f82

Browse files
Bump version to 1.3.4
1 parent c9d7c4d commit 8e03f82

File tree

663 files changed

+26
-26
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

663 files changed

+26
-26
lines changed

sailpoint/beta/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
""" # noqa: E501
1515

1616

17-
__version__ = "1.3.3"
17+
__version__ = "1.3.4"
1818

1919
# import apis into sdk package
2020
from sailpoint.beta.api.access_model_metadata_api import AccessModelMetadataApi

sailpoint/beta/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def __init__(
102102
self.default_headers[header_name] = header_value
103103
self.cookie = cookie
104104
# Set default User-Agent.
105-
self.user_agent = 'OpenAPI-Generator/1.3.3/python'
105+
self.user_agent = 'OpenAPI-Generator/1.3.4/python'
106106
self.client_side_validation = configuration.client_side_validation
107107

108108
def __enter__(self):

sailpoint/beta/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ def to_debug_report(self) -> str:
519519
"OS: {env}\n"\
520520
"Python Version: {pyversion}\n"\
521521
"Version of the API: 3.1.0-beta\n"\
522-
"SDK Package Version: 1.3.3".\
522+
"SDK Package Version: 1.3.4".\
523523
format(env=sys.platform, pyversion=sys.version)
524524

525525
def get_host_settings(self) -> List[HostSetting]:

sailpoint/beta_README.md

Lines changed: 1 addition & 1 deletion

sailpoint/v2024/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
""" # noqa: E501
1515

1616

17-
__version__ = "1.3.3"
17+
__version__ = "1.3.4"
1818

1919
# import apis into sdk package
2020
from sailpoint.v2024.api.access_model_metadata_api import AccessModelMetadataApi

sailpoint/v2024/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def __init__(
102102
self.default_headers[header_name] = header_value
103103
self.cookie = cookie
104104
# Set default User-Agent.
105-
self.user_agent = 'OpenAPI-Generator/1.3.3/python'
105+
self.user_agent = 'OpenAPI-Generator/1.3.4/python'
106106
self.client_side_validation = configuration.client_side_validation
107107

108108
def __enter__(self):

sailpoint/v2024/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ def to_debug_report(self) -> str:
519519
"OS: {env}\n"\
520520
"Python Version: {pyversion}\n"\
521521
"Version of the API: v2024\n"\
522-
"SDK Package Version: 1.3.3".\
522+
"SDK Package Version: 1.3.4".\
523523
format(env=sys.platform, pyversion=sys.version)
524524

525525
def get_host_settings(self) -> List[HostSetting]:

sailpoint/v2024_README.md

Lines changed: 1 addition & 1 deletion

sailpoint/v2025/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
""" # noqa: E501
1515

1616

17-
__version__ = "1.3.3"
17+
__version__ = "1.3.4"
1818

1919
# import apis into sdk package
2020
from sailpoint.v2025.api.access_model_metadata_api import AccessModelMetadataApi

sailpoint/v2025/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def __init__(
102102
self.default_headers[header_name] = header_value
103103
self.cookie = cookie
104104
# Set default User-Agent.
105-
self.user_agent = 'OpenAPI-Generator/1.3.3/python'
105+
self.user_agent = 'OpenAPI-Generator/1.3.4/python'
106106
self.client_side_validation = configuration.client_side_validation
107107

108108
def __enter__(self):

sailpoint/v2025/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ def to_debug_report(self) -> str:
519519
"OS: {env}\n"\
520520
"Python Version: {pyversion}\n"\
521521
"Version of the API: v2025\n"\
522-
"SDK Package Version: 1.3.3".\
522+
"SDK Package Version: 1.3.4".\
523523
format(env=sys.platform, pyversion=sys.version)
524524

525525
def get_host_settings(self) -> List[HostSetting]:

sailpoint/v2025_README.md

Lines changed: 1 addition & 1 deletion

sailpoint/v3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
""" # noqa: E501
1515

1616

17-
__version__ = "1.3.3"
17+
__version__ = "1.3.4"
1818

1919
# import apis into sdk package
2020
from sailpoint.v3.api.access_profiles_api import AccessProfilesApi

sailpoint/v3/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def __init__(
102102
self.default_headers[header_name] = header_value
103103
self.cookie = cookie
104104
# Set default User-Agent.
105-
self.user_agent = 'OpenAPI-Generator/1.3.3/python'
105+
self.user_agent = 'OpenAPI-Generator/1.3.4/python'
106106
self.client_side_validation = configuration.client_side_validation
107107

108108
def __enter__(self):

sailpoint/v3/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ def to_debug_report(self) -> str:
519519
"OS: {env}\n"\
520520
"Python Version: {pyversion}\n"\
521521
"Version of the API: 3.0.0\n"\
522-
"SDK Package Version: 1.3.3".\
522+
"SDK Package Version: 1.3.4".\
523523
format(env=sys.platform, pyversion=sys.version)
524524

525525
def get_host_settings(self) -> List[HostSetting]:

sailpoint/v3/docs/Models/CreateSavedSearchRequest.md renamed to sailpoint/v3/docs/CreateSavedSearchRequest.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)