Skip to content

Commit de939d8

Browse files
authored
Merge pull request #15 from designmeme/release-please--branches--main--components--python-upbit-api
chore(main): release 1.2.1
2 parents 03c0057 + 3746fb4 commit de939d8

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.2.1](https://github.com/designmeme/python-upbit-api/compare/v1.2.0...v1.2.1) (2024-02-23)
4+
5+
6+
### Bug Fixes
7+
8+
* __all__ 내용 추가 [#14](https://github.com/designmeme/python-upbit-api/issues/14) ([03c0057](https://github.com/designmeme/python-upbit-api/commit/03c0057684dfa71dfe558a8118602d716840cd22))
9+
10+
11+
### Documentation
12+
13+
* 마켓 코드 조회 응답 예시에 market_event 필드 추가 및 market_warning 필드 삭제 ([58eea2a](https://github.com/designmeme/python-upbit-api/commit/58eea2ad154a0ebe51d4c3302bad0b5d48c9d68c))
14+
315
## [1.2.0](https://github.com/designmeme/python-upbit-api/compare/v1.1.0...v1.2.0) (2023-11-06)
416

517

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include = ["upbit*"] # ["*"] by default
1010

1111
[project]
1212
name = "python-upbit-api"
13-
version = "1.2.0"
13+
version = "1.2.1"
1414
authors = [
1515
{name = "이지혜 Lee Jihye", email = "ghe.lee19@gmail.com"},
1616
]

0 commit comments

Comments
 (0)