Skip to content

Commit

Permalink
Merge branch 'fix/screener-search-api-bug' into 'master'
Browse files Browse the repository at this point in the history
Fix the ScreenerSearch API bug

See merge request babakloni/investor8.core!443
  • Loading branch information
mehrdadrafiei committed May 31, 2023
1 parent f0ce3c1 commit 9d2d633
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 @@ -4,7 +4,7 @@ Investoreight API Documentation: https://api.investoreight.com/api-docs/index.h
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 1.0.1
- Package version: 1.1.85
- Package version: 1.1.86
- Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen
For more information, please visit [https://www.investoreight.com](https://www.investoreight.com)

Expand Down
2 changes: 1 addition & 1 deletion investor8_sdk/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,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/1.1.85/python'
self.user_agent = 'Swagger-Codegen/1.1.86/python'

def __del__(self):
self.pool.close()
Expand Down
2 changes: 1 addition & 1 deletion investor8_sdk/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,5 +254,5 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 1.0.1\n"\
"SDK Package Version: 1.1.85".\
"SDK Package Version: 1.1.86".\
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 @@ -13,7 +13,7 @@
from setuptools import setup, find_packages # noqa: H301

NAME = "investor8-sdk"
VERSION = "1.1.85"
VERSION = "1.1.86"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit 9d2d633

Please sign in to comment.