diff --git a/CHANGELOG.md b/CHANGELOG.md index 598b819..2f26d17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.1.19](https://github.com/liblaf/thu-learn-downloader/compare/v0.1.18...v0.1.19) (2023-09-26) + +### Bug Fixes + +- fix parse error of time ([7733c35](https://github.com/liblaf/thu-learn-downloader/commit/7733c35cf1b468b47a549dd1fb0da4f59de9c624)) + ## [0.1.18](https://github.com/liblaf/thu-learn-downloader/compare/v0.1.17...v0.1.18) (2023-09-18) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index f7b8f40..7dda976 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ packages = [{ include = "thu_learn_downloader" }] readme = "README.md" repository = "https://github.com/liblaf/thu-learn-downloader" -version = "0.1.18" +version = "0.1.19" [tool.poetry.dependencies] beautifulsoup4 = "^4.12.2"