Skip to content

Commit

Permalink
Merge pull request #332 from NekoAria/2.0
Browse files Browse the repository at this point in the history
v2.6.5
  • Loading branch information
Quan666 authored Jul 19, 2022
2 parents 1fb7dab + 7d27a03 commit 0586efe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ELF_RSS"
version = "2.6.4"
version = "2.6.5"
description = "QQ机器人 RSS订阅 插件,订阅源建议选择 RSSHub"
authors = ["Quan666 <[email protected]>"]
license = "GPL-3.0-only"
Expand All @@ -26,7 +26,7 @@ nonebot-adapter-onebot = "^2.1.1"
nonebot-plugin-apscheduler = "^0.1.3"
nonebot-plugin-guild-patch = "^0.2.0"
nonebot2 = "^2.0.0b4"
pikpakapi = "^0.0.5"
pikpakapi = "^0.0.6"
Pillow = "^9.2.0"
pydantic = "^1.9.1"
pyquery = "^1.4.3"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ nonebot-adapter-onebot==2.1.1
nonebot-plugin-apscheduler~=0.1.3
nonebot-plugin-guild-patch~=0.2.0
nonebot2==2.0.0b4
pikpakapi~=0.0.5
pikpakapi~=0.0.6
Pillow~=9.2.0
pydantic~=1.9.1
pyquery~=1.4.3
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/ELF_RSS2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from .config import DATA_PATH, config
from .rss_class import Rss

VERSION = "2.6.4"
VERSION = "2.6.5"
__plugin_meta__ = PluginMetadata(
name="ELF_RSS",
description="QQ机器人 RSS订阅 插件,订阅源建议选择 RSSHub",
Expand Down

0 comments on commit 0586efe

Please sign in to comment.