Skip to content

Commit 4304939

Browse files
codegen version
1 parent 097cf43 commit 4304939

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ To get an API key, [sign up here](https://intrinio.com/).
55
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
66

77
- API version: 2.61.1
8-
- Package version: 6.27.2
8+
- Package version: 6.27.3
99

1010

1111
## Requirements.

intrinio_sdk/api_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7676
self.default_headers[header_name] = header_value
7777
self.cookie = cookie
7878
# Set default User-Agent.
79-
self.user_agent = 'Swagger-Codegen/6.27.2/python'
79+
self.user_agent = 'Swagger-Codegen/6.27.3/python'
8080

8181
def __del__(self):
8282
self.pool.close()

intrinio_sdk/configuration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,5 +246,5 @@ def to_debug_report(self):
246246
"OS: {env}\n"\
247247
"Python Version: {pyversion}\n"\
248248
"Version of the API: 2.61.1\n"\
249-
"SDK Package Version: 6.27.2".\
249+
"SDK Package Version: 6.27.3".\
250250
format(env=sys.platform, pyversion=sys.version)

setup.py

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

1616
NAME = "intrinio-sdk"
17-
VERSION = "6.27.2"
17+
VERSION = "6.27.3"
1818
# To install the library, run the following
1919
#
2020
# python setup.py install

0 commit comments

Comments
 (0)