diff --git a/README.md b/README.md index ee911c1..3490473 100644 --- a/README.md +++ b/README.md @@ -11,18 +11,18 @@ _Pixiv API for Python (with Auth supported)_ - [2023/09/18] _v3.7.3_ Add `novel_follow()`, fix ByPassSniApi() host BUG, see - [!279](https://github.com/upbit/pixivpy/issues/279) (thanks + [#279](https://github.com/upbit/pixivpy/issues/279) (thanks [@Solomon](https://github.com/Solomon-Edwards), [@rhyryy](https://github.com/rhyryy)) - [2023/09/17] Move to new PEP 517 standard with poetry, and upgrade deps, see [#270](https://github.com/upbit/pixivpy/pull/270) (thanks [@Nachtalb](https://github.com/Nachtalb)) - [2022/02/04] Remove Public-API support as it's deprecated by Pixiv, see - [!201](https://github.com/upbit/pixivpy/commit/74e114e1cfe51e6c0e8c30c2024bcfcf0bae7ccc) + [#201](https://github.com/upbit/pixivpy/commit/74e114e1cfe51e6c0e8c30c2024bcfcf0bae7ccc) - [2021/11/23] Add `illust_new` for get latest works, see - [!189](https://github.com/upbit/pixivpy/commit/024d4e7212582ca6f31ef5592b4b5b46cb351cbc) + [#189](https://github.com/upbit/pixivpy/commit/024d4e7212582ca6f31ef5592b4b5b46cb351cbc) - [2021/03/02] Add user `follow/unfollow`, add `novel` API, see - [!161](https://github.com/upbit/pixivpy/pull/161/files) (thanks + [#161](https://github.com/upbit/pixivpy/pull/161/files) (thanks [@y-young](https://github.com/y-young), [@invobzvr](https://github.com/invobzvr)) - [2020/10/17] Use [cloudscraper](https://github.com/VeNoMouS/cloudscraper) to diff --git a/pyproject.toml b/pyproject.toml index 9a49dba..6c8206c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pixivpy3" -version = "3.7.3" +version = "3.7.4" description = "Pixiv API for Python (with 6.x AppAPI supported)" authors = ["upbit "] license = "Unlicense"