Skip to content

Commit

Permalink
Bump version to 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-mairose-sp authored and developer-relations-sp committed Sep 3, 2024
1 parent 9c711b0 commit e8112ca
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion sailpoint/beta/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
""" # noqa: E501


__version__ = "1.1.6"
__version__ = "1.1.7"

# import apis into sdk package
from sailpoint.beta.api.access_model_metadata_api import AccessModelMetadataApi
Expand Down
2 changes: 1 addition & 1 deletion sailpoint/beta/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def __init__(
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'OpenAPI-Generator/1.1.6/python'
self.user_agent = 'OpenAPI-Generator/1.1.7/python'
self.client_side_validation = configuration.client_side_validation

def __enter__(self):
Expand Down
2 changes: 1 addition & 1 deletion sailpoint/beta/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,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.1.6".\
"SDK Package Version: 1.1.7".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion sailpoint/beta_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.6
- Package version: 1.1.7
- Generator version: 7.8.0
- 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)
Expand Down
2 changes: 1 addition & 1 deletion sailpoint/v2024/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
""" # noqa: E501


__version__ = "1.1.6"
__version__ = "1.1.7"

# import apis into sdk package
from sailpoint.v2024.api.access_model_metadata_api import AccessModelMetadataApi
Expand Down
2 changes: 1 addition & 1 deletion sailpoint/v2024/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def __init__(
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'OpenAPI-Generator/1.1.6/python'
self.user_agent = 'OpenAPI-Generator/1.1.7/python'
self.client_side_validation = configuration.client_side_validation

def __enter__(self):
Expand Down
2 changes: 1 addition & 1 deletion sailpoint/v2024/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: v2024\n"\
"SDK Package Version: 1.1.6".\
"SDK Package Version: 1.1.7".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion sailpoint/v2024_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Use these APIs to interact with the Identity Security Cloud platform to achieve
The `sailpoint.v2024` package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: v2024
- Package version: 1.1.6
- Package version: 1.1.7
- Generator version: 7.8.0
- 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)
Expand Down
2 changes: 1 addition & 1 deletion sailpoint/v3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
""" # noqa: E501


__version__ = "1.1.6"
__version__ = "1.1.7"

# import apis into sdk package
from sailpoint.v3.api.access_profiles_api import AccessProfilesApi
Expand Down
2 changes: 1 addition & 1 deletion sailpoint/v3/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def __init__(
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'OpenAPI-Generator/1.1.6/python'
self.user_agent = 'OpenAPI-Generator/1.1.7/python'
self.client_side_validation = configuration.client_side_validation

def __enter__(self):
Expand Down
2 changes: 1 addition & 1 deletion sailpoint/v3/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,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.1.6".\
"SDK Package Version: 1.1.7".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion sailpoint/v3_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.6
- Package version: 1.1.7
- Generator version: 7.8.0
- 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)
Expand Down
2 changes: 1 addition & 1 deletion sdk-resources/beta-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
templateDir: ./sdk-resources/resources
packageName: sailpoint.beta
packageVersion: 1.1.6
packageVersion: 1.1.7
apiVersion: beta
generateSourceCodeOnly: true
2 changes: 1 addition & 1 deletion sdk-resources/v2024-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
templateDir: ./sdk-resources/resources
packageName: sailpoint.v2024
packageVersion: 1.1.6
packageVersion: 1.1.7
apiVersion: v2024
generateSourceCodeOnly: true
2 changes: 1 addition & 1 deletion sdk-resources/v3-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
templateDir: ./sdk-resources/resources
packageName: sailpoint.v3
packageVersion: 1.1.6
packageVersion: 1.1.7
apiVersion: v3
generateSourceCodeOnly: true
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools
NAME = "sailpoint"
VERSION = "1.1.6"
VERSION = "1.1.7"
PYTHON_REQUIRES = ">=3.7"
REQUIRES = [
"urllib3 >= 1.25.3, < 2.1.0", "python-dateutil", "pydantic >= 2",
Expand Down

0 comments on commit e8112ca

Please sign in to comment.