From 2dbb8beda13cd7aa720bb18fdea54802a593d853 Mon Sep 17 00:00:00 2001 From: tyler-mairose-sp Date: Wed, 3 Jul 2024 13:37:08 +0000 Subject: [PATCH] Bump version to 1.0.5 --- sailpoint/beta/__init__.py | 2 +- sailpoint/beta/api_client.py | 2 +- sailpoint/beta/configuration.py | 2 +- sailpoint/beta_README.md | 2 +- sailpoint/v3/__init__.py | 2 +- sailpoint/v3/api_client.py | 2 +- sailpoint/v3/configuration.py | 2 +- sailpoint/v3_README.md | 2 +- sdk-resources/beta-config.yaml | 2 +- sdk-resources/v3-config.yaml | 2 +- setup.py | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/sailpoint/beta/__init__.py b/sailpoint/beta/__init__.py index 631c0d6e0..e4bb2a9d7 100644 --- a/sailpoint/beta/__init__.py +++ b/sailpoint/beta/__init__.py @@ -14,7 +14,7 @@ """ # noqa: E501 -__version__ = "1.0.4" +__version__ = "1.0.5" # import apis into sdk package from sailpoint.beta.api.access_model_metadata_api import AccessModelMetadataApi diff --git a/sailpoint/beta/api_client.py b/sailpoint/beta/api_client.py index 47ead671a..ca75d3eef 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.4/python' + self.user_agent = 'OpenAPI-Generator/1.0.5/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 bf7c0179a..507191719 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.4".\ + "SDK Package Version: 1.0.5".\ 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 377a6fbb9..f7291428a 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.4 +- Package version: 1.0.5 - 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 51d5ce556..d7f157baf 100644 --- a/sailpoint/v3/__init__.py +++ b/sailpoint/v3/__init__.py @@ -14,7 +14,7 @@ """ # noqa: E501 -__version__ = "1.0.4" +__version__ = "1.0.5" # 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 05ebdc18e..340689c27 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.4/python' + self.user_agent = 'OpenAPI-Generator/1.0.5/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 e32ec1a42..60e846407 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.4".\ + "SDK Package Version: 1.0.5".\ 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 5fec362b6..f4dff80e6 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.4 +- Package version: 1.0.5 - 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 23acd763a..63da93864 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.4 +packageVersion: 1.0.5 apiVersion: beta generateSourceCodeOnly: true diff --git a/sdk-resources/v3-config.yaml b/sdk-resources/v3-config.yaml index e64a9b623..e78469e2d 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.4 +packageVersion: 1.0.5 apiVersion: v3 generateSourceCodeOnly: true diff --git a/setup.py b/setup.py index 3226b686f..ab6823ad7 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools NAME = "sailpoint" -VERSION = "1.0.4" +VERSION = "1.0.5" PYTHON_REQUIRES = ">=3.7" REQUIRES = [ "urllib3 >= 1.25.3, < 2.1.0", "python-dateutil", "pydantic >= 2",