Skip to content

Commit d405fea

Browse files
committed
[sherlock-build] generated from 6ebbb26
1 parent 6ebbb26 commit d405fea

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

sherlock-python-client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Note: this API will try to load and return associations in responses, so clients
2222
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
2323
2424
- API version: development
25-
- Package version: v1.6.36
25+
- Package version: v1.6.37
2626
- Generator version: 7.14.0-SNAPSHOT
2727
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
2828

sherlock-python-client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sherlock_python_client"
3-
version = "v1.6.36"
3+
version = "v1.6.37"
44
description = "Sherlock"
55
authors = [
66
{name = "DSP DevOps",email = "[email protected]"},

sherlock-python-client/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# prerequisite: setuptools
2323
# http://pypi.python.org/pypi/setuptools
2424
NAME = "sherlock-python-client"
25-
VERSION = "v1.6.36"
25+
VERSION = "v1.6.37"
2626
PYTHON_REQUIRES = ">= 3.9"
2727
REQUIRES = [
2828
"urllib3 >= 2.1.0, < 3.0.0",

sherlock-python-client/sherlock_python_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
""" # noqa: E501
1616

1717

18-
__version__ = "v1.6.36"
18+
__version__ = "v1.6.37"
1919

2020
# Define package exports
2121
__all__ = [

sherlock-python-client/sherlock_python_client/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def __init__(
9191
self.default_headers[header_name] = header_value
9292
self.cookie = cookie
9393
# Set default User-Agent.
94-
self.user_agent = 'OpenAPI-Generator/v1.6.36/python'
94+
self.user_agent = 'OpenAPI-Generator/v1.6.37/python'
9595
self.client_side_validation = configuration.client_side_validation
9696

9797
def __enter__(self):

sherlock-python-client/sherlock_python_client/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ def to_debug_report(self) -> str:
502502
"OS: {env}\n"\
503503
"Python Version: {pyversion}\n"\
504504
"Version of the API: development\n"\
505-
"SDK Package Version: v1.6.36".\
505+
"SDK Package Version: v1.6.37".\
506506
format(env=sys.platform, pyversion=sys.version)
507507

508508
def get_host_settings(self) -> List[HostSetting]:

sherlock-python-client/sherlock_python_client_README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Note: this API will try to load and return associations in responses, so clients
2222
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
2323
2424
- API version: development
25-
- Package version: v1.6.36
25+
- Package version: v1.6.37
2626
- Generator version: 7.14.0-SNAPSHOT
2727
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
2828

sherlock-typescript-client/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## @sherlock-js-client/sherlock@v1.6.36
1+
## @sherlock-js-client/sherlock@v1.6.37
22

33
This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments:
44

@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
3636
_published:_
3737

3838
```
39-
npm install @sherlock-js-client/[email protected].36 --save
39+
npm install @sherlock-js-client/[email protected].37 --save
4040
```
4141

4242
_unPublished (not recommended):_

sherlock-typescript-client/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sherlock-typescript-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sherlock-js-client/sherlock",
3-
"version": "v1.6.36",
3+
"version": "v1.6.37",
44
"description": "OpenAPI client for @sherlock-js-client/sherlock",
55
"author": "OpenAPI-Generator",
66
"repository": {

0 commit comments

Comments
 (0)