Skip to content

Commit 234af43

Browse files
committed
chore: Bump version to v3.7.3, update README
1 parent 50b9cb8 commit 234af43

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@
1010
1111
_Pixiv API for Python (with Auth supported)_
1212

13+
- [2023/09/18] _v3.7.3_ Add `novel_follow()`, fix ByPassSniApi() host BUG, see
14+
[!279](https://github.com/upbit/pixivpy/issues/279) (thanks
15+
[@Solomon](https://github.com/Solomon-Edwards),
16+
[@rhyryy](https://github.com/rhyryy))
1317
- [2023/09/17] Move to new PEP 517 standard with poetry, and upgrade deps, see
14-
[#270](https://github.com/upbit/pixivpy/pull/270)
18+
[#270](https://github.com/upbit/pixivpy/pull/270) (thanks
19+
[@Nachtalb](https://github.com/Nachtalb))
1520
- [2022/02/04] Remove Public-API support as it's deprecated by Pixiv, see
1621
[!201](https://github.com/upbit/pixivpy/commit/74e114e1cfe51e6c0e8c30c2024bcfcf0bae7ccc)
1722
- [2021/11/23] Add `illust_new` for get latest works, see

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pixivpy3"
3-
version = "3.7.2"
3+
version = "3.7.3"
44
description = "Pixiv API for Python (with 6.x AppAPI supported)"
55
authors = ["upbit <rmusique@gmail.com>"]
66
license = "Unlicense"

0 commit comments

Comments
 (0)