Skip to content

Commit 6fe3deb

Browse files
feat(sdk): Auto-commit from 'analyticsapi-engines-sdk-generator' repository PR 70 for SDK version v6.1.0
1 parent a8cee0b commit 6fe3deb

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

auto-generated-sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Allow clients to fetch Analytics through APIs.
44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

66
- API version: v3:[pa,spar,vault,pub,quant,fi,axp,afi,npo,bpm,fpo,others],v1:[fiab]
7-
- Package version: 6.1.0-rc.1
7+
- Package version: 6.1.0
88
- Build package: CustomPythonClientCodegen
99
For more information, please visit [https://developer.factset.com/contact](https://developer.factset.com/contact)
1010

auto-generated-sdk/fds/analyticsapi/engines/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"""
1212

1313

14-
__version__ = "6.1.0-rc.1"
14+
__version__ = "6.1.0"
1515

1616
# import ApiClient
1717
from fds.analyticsapi.engines.api_client import ApiClient

auto-generated-sdk/fds/analyticsapi/engines/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7777
self.default_headers[header_name] = header_value
7878
self.cookie = cookie
7979
# Set default User-Agent.
80-
self.user_agent = 'engines-api/6.1.0-rc.1/python'
80+
self.user_agent = 'engines-api/6.1.0/python'
8181

8282
def __enter__(self):
8383
return self

auto-generated-sdk/fds/analyticsapi/engines/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ def to_debug_report(self):
409409
"OS: {env}\n"\
410410
"Python Version: {pyversion}\n"\
411411
"Version of the API: v3:[pa,spar,vault,pub,quant,fi,axp,afi,npo,bpm,fpo,others],v1:[fiab]\n"\
412-
"SDK Package Version: 6.1.0-rc.1".\
412+
"SDK Package Version: 6.1.0".\
413413
format(env=sys.platform, pyversion=sys.version)
414414

415415
def get_host_settings(self):

auto-generated-sdk/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from setuptools import setup, find_packages # noqa: H301
1515

1616
NAME = "fds.analyticsapi.engines"
17-
VERSION = "6.1.0-rc.1"
17+
VERSION = "6.1.0"
1818
# To install the library, run the following
1919
#
2020
# python setup.py install

0 commit comments

Comments
 (0)