Skip to content

Commit

Permalink
chore: Bump version to v3.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
upbit committed Nov 8, 2023
1 parent 0d9bd6f commit da45c51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "Unlicense"
Expand Down

0 comments on commit da45c51

Please sign in to comment.