Skip to content

Commit

Permalink
Merge pull request #10 from uJhin/1.2.0
Browse files Browse the repository at this point in the history
Update Version 1.2.0.2
  • Loading branch information
uJhin committed Mar 19, 2021
2 parents 7f31f16 + 70af879 commit 6b65843
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion upbit/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def generate_query(self, params):
params[f"{query_param}[]"] = param
query_params = '&'.join([
f"{query_param}[]={q}"
for q in query_param
for q in param
])
query = f"{query}&{query_params}" if query else query_params
return query
2 changes: 1 addition & 1 deletion 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+'.1'
CURRENT_VERSION = OPEN_API_VERSION+'.2'

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

0 comments on commit 6b65843

Please sign in to comment.