Skip to content

Commit

Permalink
Update Version 1.2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
uJhin committed Apr 1, 2021
1 parent 2883b09 commit eeddb92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions client/python/upbit/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,8 @@
from bravado.requests_client import Authenticator


EXCHANGE_PARAMS = ['uuids', 'txids', 'identifiers', 'states']
QUOTATION_PARAMS = ['uuids', 'txids', 'identifiers',]
QUERY_PARAMS = set(EXCHANGE_PARAMS)
MAPPER = 'swg_mapper.json'


QUERY_PARAMS.update(QUOTATION_PARAMS)
QUERY_PARAMS = ['uuids', 'txids', 'identifiers', 'states']


class APIKeyAuthenticator(Authenticator):
Expand Down
2 changes: 1 addition & 1 deletion client/python/upbit/pkginfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def _get_versions(package_name):
PACKAGE_NAME = 'upbit-client'

OPEN_API_VERSION = '1.2.0'
CURRENT_VERSION = OPEN_API_VERSION+'.3'
CURRENT_VERSION = OPEN_API_VERSION+'.4'

RELEASED_VERSION = _get_versions(PACKAGE_NAME)
LATEST_VERSION = RELEASED_VERSION[0]
Expand Down

0 comments on commit eeddb92

Please sign in to comment.