Skip to content

Commit

Permalink
Merge pull request #408 from z0z0r4/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
z0z0r4 authored Jul 25, 2023
2 parents 1e9c18d + 247e5a3 commit 77168bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOGS/v15.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 15.5.3 2023/7/25
- fix: 强行修复 Api 的相关 bug https://github.com/Nemo2011/bilibili-api/issues/405

# 15.5.2 2023/7/25
- fix: 修改新请求函数为 Api 方法 by @Drelf2018 in https://github.com/Nemo2011/bilibili-api/pull/364
- fix: 尝试修复发送图片私信的问题 by @Drelf2018 in https://github.com/Nemo2011/bilibili-api/pull/367
Expand Down
2 changes: 1 addition & 1 deletion bilibili_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
interactive_video,
)

BILIBILI_API_VERSION = "15.5.2"
BILIBILI_API_VERSION = "15.5.3"

# 如果系统为 Windows,则修改默认策略,以解决代理报错问题
if "windows" in platform.system().lower():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="bilibili-api-python",
version="15.5.2",
version="15.5.3",
license="GPLv3+",
author="Nemo2011",
author_email="[email protected]",
Expand Down

0 comments on commit 77168bb

Please sign in to comment.