Skip to content

Commit a760729

Browse files
author
Michal Ziemski
committed
Update code files for release v18.4.0
1 parent 69f0799 commit a760729

File tree

7 files changed

+14269
-6
lines changed

7 files changed

+14269
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ For some larger downloads, you may want to download a [dehydrated zip archive](h
66
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
77

88
- API version: v2
9-
- Package version: v18.3.1
9+
- Package version: v18.4.0
1010
- Generator version: 7.12.0
1111
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1212
For more information, please visit [https://www.ncbi.nlm.nih.gov/datasets](https://www.ncbi.nlm.nih.gov/datasets)

ncbi/datasets/openapi/__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__ = "v18.3.1"
18+
__version__ = "v18.4.0"
1919

2020
# import apis into sdk package
2121
from ncbi.datasets.openapi.api.bio_sample_api import BioSampleApi

ncbi/datasets/openapi/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/v18.3.1/python'
94+
self.user_agent = 'OpenAPI-Generator/v18.4.0/python'
9595
self.client_side_validation = configuration.client_side_validation
9696

9797
def __enter__(self):

ncbi/datasets/openapi/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ def to_debug_report(self) -> str:
542542
"OS: {env}\n"\
543543
"Python Version: {pyversion}\n"\
544544
"Version of the API: v2\n"\
545-
"SDK Package Version: v18.3.1".\
545+
"SDK Package Version: v18.4.0".\
546546
format(env=sys.platform, pyversion=sys.version)
547547

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

0 commit comments

Comments
 (0)