Skip to content

Commit 70e4bc9

Browse files
committed
Update Version 1.2.0.4
1 parent 60c4082 commit 70e4bc9

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

upbit/authentication.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,8 @@
88
from bravado.requests_client import Authenticator
99

1010

11-
EXCHANGE_PARAMS = ['uuids', 'txids', 'identifiers', 'states']
12-
QUOTATION_PARAMS = ['uuids', 'txids', 'identifiers',]
13-
QUERY_PARAMS = set(EXCHANGE_PARAMS)
1411
MAPPER = 'swg_mapper.json'
15-
16-
17-
QUERY_PARAMS.update(QUOTATION_PARAMS)
12+
QUERY_PARAMS = ['uuids', 'txids', 'identifiers', 'states']
1813

1914

2015
class APIKeyAuthenticator(Authenticator):

upbit/pkginfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def _get_versions(package_name):
2929
PACKAGE_NAME = 'upbit-client'
3030

3131
OPEN_API_VERSION = '1.2.0'
32-
CURRENT_VERSION = OPEN_API_VERSION+'.3'
32+
CURRENT_VERSION = OPEN_API_VERSION+'.4'
3333

3434
RELEASED_VERSION = _get_versions(PACKAGE_NAME)
3535
LATEST_VERSION = RELEASED_VERSION[0]

0 commit comments

Comments
 (0)