File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.8.0] ( https://github.com/designmeme/python-upbit-api/compare/v1.7.0...v1.8.0 ) (2024-12-12)
4+
5+
6+ ### Features
7+
8+ * Upbit.delete_orders() 주문 일괄 취소 접수, Upbit.delete_orders_by_id() id로 주문리스트 취소 접수 메서드 추가 ([ 1318b64] ( https://github.com/designmeme/python-upbit-api/commit/1318b64224436a96e79eaf7ae27629551096604b ) )
9+
310## [ 1.7.0] ( https://github.com/designmeme/python-upbit-api/compare/v1.6.0...v1.7.0 ) (2024-11-24)
411
512
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ include = ["upbit*"] # ["*"] by default
1010
1111[project ]
1212name = " python-upbit-api"
13- version = " 1.7 .0"
13+ version = " 1.8 .0"
1414authors = [
1515 {name = " 이지혜 Lee Jihye" , email = " ghe.lee19@gmail.com" },
1616]
You can’t perform that action at this time.
0 commit comments