Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
🔖 release: v1.4.8
Browse files Browse the repository at this point in the history
fix: 网页改版导致的无法获取投稿视频标题(#98) [important]
fix: Python 版本检查器不工作
feat: 允许下载 UI 自动调整宽度
feat: 添加未找到剧集时显示可能有附加剧集的提示
refactor: 移除 bilipi 支持deps: 锁定 biliass 版本到 1.3.3
  • Loading branch information
SigureMo committed May 27, 2021
1 parent c91e5d3 commit 4e2bdec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bilili/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (1, 4, 7)
VERSION = (1, 4, 8)

__version__ = ".".join(map(str, VERSION))

1 comment on commit 4e2bdec

@vercel
Copy link

@vercel vercel bot commented on 4e2bdec May 27, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.