diff --git a/sailpoint/beta/__init__.py b/sailpoint/beta/__init__.py index 62a65001e..2ace46e47 100644 --- a/sailpoint/beta/__init__.py +++ b/sailpoint/beta/__init__.py @@ -14,7 +14,7 @@ """ # noqa: E501 -__version__ = "1.0.3" +__version__ = "1.0.4" # import apis into sdk package from sailpoint.beta.api.access_profiles_api import AccessProfilesApi diff --git a/sailpoint/beta/api_client.py b/sailpoint/beta/api_client.py index 95eb8acb2..47ead671a 100644 --- a/sailpoint/beta/api_client.py +++ b/sailpoint/beta/api_client.py @@ -86,7 +86,7 @@ def __init__( self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/1.0.3/python' + self.user_agent = 'OpenAPI-Generator/1.0.4/python' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/sailpoint/beta/configuration.py b/sailpoint/beta/configuration.py index c9b37aeb3..bf7c0179a 100644 --- a/sailpoint/beta/configuration.py +++ b/sailpoint/beta/configuration.py @@ -390,7 +390,7 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 3.1.0-beta\n"\ - "SDK Package Version: 1.0.3".\ + "SDK Package Version: 1.0.4".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/sailpoint/beta_README.md b/sailpoint/beta_README.md index fcc3a144f..75838859e 100644 --- a/sailpoint/beta_README.md +++ b/sailpoint/beta_README.md @@ -4,7 +4,7 @@ Use these APIs to interact with the Identity Security Cloud platform to achieve The `sailpoint.beta` package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 3.1.0-beta -- Package version: 1.0.3 +- Package version: 1.0.4 - Build package: org.openapitools.codegen.languages.PythonClientCodegen For more information, please visit [https://developer.sailpoint.com/discuss/api-help](https://developer.sailpoint.com/discuss/api-help) diff --git a/sailpoint/v3/__init__.py b/sailpoint/v3/__init__.py index 315a21d74..94ac28251 100644 --- a/sailpoint/v3/__init__.py +++ b/sailpoint/v3/__init__.py @@ -14,7 +14,7 @@ """ # noqa: E501 -__version__ = "1.0.3" +__version__ = "1.0.4" # import apis into sdk package from sailpoint.v3.api.access_profiles_api import AccessProfilesApi diff --git a/sailpoint/v3/api_client.py b/sailpoint/v3/api_client.py index 4d86cb68b..05ebdc18e 100644 --- a/sailpoint/v3/api_client.py +++ b/sailpoint/v3/api_client.py @@ -86,7 +86,7 @@ def __init__( self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/1.0.3/python' + self.user_agent = 'OpenAPI-Generator/1.0.4/python' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/sailpoint/v3/configuration.py b/sailpoint/v3/configuration.py index a19e4f553..e32ec1a42 100644 --- a/sailpoint/v3/configuration.py +++ b/sailpoint/v3/configuration.py @@ -390,7 +390,7 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 3.0.0\n"\ - "SDK Package Version: 1.0.3".\ + "SDK Package Version: 1.0.4".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/sailpoint/v3_README.md b/sailpoint/v3_README.md index 005c1d629..82617660b 100644 --- a/sailpoint/v3_README.md +++ b/sailpoint/v3_README.md @@ -4,7 +4,7 @@ Use these APIs to interact with the Identity Security Cloud platform to achieve The `sailpoint.v3` package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 3.0.0 -- Package version: 1.0.3 +- Package version: 1.0.4 - Build package: org.openapitools.codegen.languages.PythonClientCodegen For more information, please visit [https://developer.sailpoint.com/discuss/api-help](https://developer.sailpoint.com/discuss/api-help) diff --git a/sdk-resources/beta-config.yaml b/sdk-resources/beta-config.yaml index ab25fce94..23acd763a 100644 --- a/sdk-resources/beta-config.yaml +++ b/sdk-resources/beta-config.yaml @@ -1,5 +1,5 @@ templateDir: ./sdk-resources/resources packageName: sailpoint.beta -packageVersion: 1.0.3 +packageVersion: 1.0.4 apiVersion: beta generateSourceCodeOnly: true diff --git a/sdk-resources/v3-config.yaml b/sdk-resources/v3-config.yaml index 9f193d6c6..e64a9b623 100644 --- a/sdk-resources/v3-config.yaml +++ b/sdk-resources/v3-config.yaml @@ -1,5 +1,5 @@ templateDir: ./sdk-resources/resources packageName: sailpoint.v3 -packageVersion: 1.0.3 +packageVersion: 1.0.4 apiVersion: v3 generateSourceCodeOnly: true diff --git a/setup.py b/setup.py index ed17ba02f..3226b686f 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools NAME = "sailpoint" -VERSION = "1.0.3" +VERSION = "1.0.4" PYTHON_REQUIRES = ">=3.7" REQUIRES = [ "urllib3 >= 1.25.3, < 2.1.0", "python-dateutil", "pydantic >= 2",