Skip to content

Commit 6b65843

Browse files
authored
Merge pull request #10 from uJhin/1.2.0
Update Version 1.2.0.2
2 parents 7f31f16 + 70af879 commit 6b65843

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

upbit/authentication.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def generate_query(self, params):
8181
params[f"{query_param}[]"] = param
8282
query_params = '&'.join([
8383
f"{query_param}[]={q}"
84-
for q in query_param
84+
for q in param
8585
])
8686
query = f"{query}&{query_params}" if query else query_params
8787
return query

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+'.1'
32+
CURRENT_VERSION = OPEN_API_VERSION+'.2'
3333

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

0 commit comments

Comments
 (0)