diff --git a/CHANGELOG.md b/CHANGELOG.md index ffe6296..04720a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.1.4](https://github.com/liblaf/thu-learn-downloader/compare/v0.1.3...v0.1.4) (2023-02-27) + +### Documentation + +- **license:** update copyright year(s) ([#13](https://github.com/liblaf/thu-learn-downloader/issues/13)) ([90c2ffe](https://github.com/liblaf/thu-learn-downloader/commit/90c2ffe68a5348964e2887a6208359f266739330)) + ## [0.1.3](https://github.com/liblaf/thu-learn-downloader/compare/v0.1.2...v0.1.3) (2023-02-27) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 81955d4..104ca19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ packages = [{include = "thu_learn_downloader"}] readme = "README.md" repository = "https://github.com/liblaf/thu-learn-downloader" -version = "0.1.3" +version = "0.1.4" [tool.poetry.dependencies] beautifulsoup4 = "^4.11.2"