Skip to content

Commit a5c9691

Browse files
authored
Merge pull request #34 from uJhin/1.3.4
[Update] Upbit OPEN API Version 1.3.4
2 parents 318e0d4 + 4bb1614 commit a5c9691

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

upbit/models.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -714,6 +714,11 @@ def Withdraw_krw(self, **kwargs) -> dict:
714714
715715
:param amount: 출금 원화 수량
716716
:type amount: str
717+
718+
:param two_factor_type: 2차 인증 수단 (optional)
719+
- kakao_pay: 카카오페이 인증 (default)
720+
- naver: 네이버 인증
721+
:type two_factor_type: str
717722
"""
718723

719724
future = self.__client.Withdraw.Withdraw_krw(**kwargs)

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.3.4"
32-
CURRENT_VERSION = OPEN_API_VERSION+".0"
32+
CURRENT_VERSION = OPEN_API_VERSION+".1"
3333

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

0 commit comments

Comments
 (0)