Skip to content

Commit

Permalink
Merge pull request #309 from z0z0r4/main
Browse files Browse the repository at this point in the history
release: v15.4.4
  • Loading branch information
z0z0r4 authored May 27, 2023
2 parents 206911e + 210cbe3 commit 1c7696b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOGS/v15.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 15.4.4 2023/5/27

- fix: wbi 鉴权修复 (https://github.com/z0z0r4/bilibili-api/commit/adfa4f0ee1c69f9197803e5e4db2287d48e2da58) (https://github.com/z0z0r4/bilibili-api/commit/78de5be6926cba222b934fe847c8aa0e7a820cc5)

# 15.4.3 2023/5/20

- fix: wbi 鉴权 (https://github.com/Nemo2011/bilibili-api/issues/290)
Expand Down
2 changes: 1 addition & 1 deletion bilibili_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
from .utils.short import get_real_url
from .utils.sync import sync

BILIBILI_API_VERSION = "15.4.3"
BILIBILI_API_VERSION = "15.4.4"

# 如果系统为 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.4.3",
version="15.4.4",
license="GPLv3+",
author="Nemo2011",
author_email="[email protected]",
Expand Down

0 comments on commit 1c7696b

Please sign in to comment.