Skip to content

Commit 43d4c77

Browse files
Bump version to v1.4.31
1 parent 7fe829a commit 43d4c77

26 files changed

Lines changed: 26 additions & 26 deletions

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.4.30"
17+
__version__ = "1.4.31"
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.4.30/python'
105+
self.user_agent = 'OpenAPI-Generator/1.4.31/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.4.30".\
522+
"SDK Package Version: 1.4.31".\
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
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Use these APIs to interact with the Identity Security Cloud platform to achieve
44
The `sailpoint.beta` package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

66
- API version: 3.1.0-beta
7-
- Package version: 1.4.30
7+
- Package version: 1.4.31
88
- Generator version: 7.12.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010
For more information, please visit [https://developer.sailpoint.com/discuss/api-help](https://developer.sailpoint.com/discuss/api-help)

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.4.30"
17+
__version__ = "1.4.31"
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.4.30/python'
105+
self.user_agent = 'OpenAPI-Generator/1.4.31/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.4.30".\
522+
"SDK Package Version: 1.4.31".\
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
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Use these APIs to interact with the Identity Security Cloud platform to achieve
44
The `sailpoint.v2024` package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

66
- API version: v2024
7-
- Package version: 1.4.30
7+
- Package version: 1.4.31
88
- Generator version: 7.12.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010
For more information, please visit [https://developer.sailpoint.com/discuss/api-help](https://developer.sailpoint.com/discuss/api-help)

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.4.30"
17+
__version__ = "1.4.31"
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.4.30/python'
105+
self.user_agent = 'OpenAPI-Generator/1.4.31/python'
106106
self.client_side_validation = configuration.client_side_validation
107107

108108
def __enter__(self):

0 commit comments

Comments
 (0)