Skip to content

Commit a39e396

Browse files
committed
Release 5.4.1
1 parent aff9e6d commit a39e396

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

WebtoonScraper/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
if TYPE_CHECKING:
1313
from WebtoonScraper.scrapers import Scraper
1414

15-
__version__ = "5.4.0"
15+
__version__ = "5.4.1"
1616
platforms: dict[str, type[Scraper]] = {}
1717
console = Console()
1818

docs/mkdocs/95-releases.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release Note
22

3+
## 5.4.1
4+
5+
* 카카오페이지 사이트 변화 반영
6+
* 투믹스 확장 지원
7+
38
## 5.4.0
49

510
* 투믹스 글로벌(<https://global.toomics.com/en>) 모든 언어 지원 Support downloading webtoons from toomics global (every languages)

0 commit comments

Comments
 (0)