Skip to content

Commit

Permalink
Bump version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-mairose-sp authored and developer-relations-sp committed Apr 24, 2024
1 parent 3edb16d commit 9a6aa24
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 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.0.3"
__version__ = "1.0.4"

# import apis into sdk package
from sailpoint.beta.api.access_profiles_api import AccessProfilesApi
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 @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion sailpoint/beta/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
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.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)

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.0.3"
__version__ = "1.0.4"

# 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 @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion sailpoint/v3/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
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.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)

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.0.3
packageVersion: 1.0.4
apiVersion: beta
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.0.3
packageVersion: 1.0.4
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.0.3"
VERSION = "1.0.4"
PYTHON_REQUIRES = ">=3.7"
REQUIRES = [
"urllib3 >= 1.25.3, < 2.1.0", "python-dateutil", "pydantic >= 2",
Expand Down

0 comments on commit 9a6aa24

Please sign in to comment.