Skip to content

Commit

Permalink
2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 committed Feb 23, 2023
1 parent 47e05f9 commit 88036fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## Unreleased

## v2.0.6 (2023/02/23)

- 지제역 이름 변경 반영 ([#221](https://github.com/ryanking13/SRT/pull/221))

## v2.0.5 (2022/11/24)

- SRT 좌석 유형 옵션 기능 추가 ([#201](https://github.com/ryanking13/SRT/pull/201))
Expand Down
2 changes: 1 addition & 1 deletion SRT/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .seat_type import SeatType
from .srt import SRT

__version__ = "2.0.5"
__version__ = "2.0.6"

__all__ = [
"SRT",
Expand Down

0 comments on commit 88036fa

Please sign in to comment.