Skip to content

Commit

Permalink
No release notes for this build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexread730 committed Nov 20, 2020
1 parent ed29b47 commit 36114bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ To get an API key, [sign up here](https://intrinio.com/).
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://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.

- API version: 2.16.4
- Package version: 5.6.4
- Package version: 5.6.5


## Requirements.
Expand Down
2 changes: 1 addition & 1 deletion intrinio_sdk/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'Swagger-Codegen/5.6.4/python'
self.user_agent = 'Swagger-Codegen/5.6.5/python'

def __del__(self):
self.pool.close()
Expand Down
2 changes: 1 addition & 1 deletion intrinio_sdk/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,5 +246,5 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 2.16.4\n"\
"SDK Package Version: 5.6.4".\
"SDK Package Version: 5.6.5".\
format(env=sys.platform, pyversion=sys.version)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from setuptools import setup, find_packages # noqa: H301

NAME = "intrinio-sdk"
VERSION = "5.6.4"
VERSION = "5.6.5"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit 36114bc

Please sign in to comment.