Skip to content

Commit

Permalink
0.2.6rc1: degrade the dependency of nonebot2 version to 2.0.0b3+
Browse files Browse the repository at this point in the history
  • Loading branch information
KafCoppelia committed Oct 8, 2022
1 parent 57e90f3 commit d7122ef
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ _🍗 疯狂星期四 🍗_
<img src="https://img.shields.io/badge/nonebot2-2.0.0rc1+-green">
</a>

<a href="https://github.com/MinatoAquaCrews/nonebot_plugin_crazy_thursday/releases/tag/v0.2.6a1">
<a href="https://github.com/MinatoAquaCrews/nonebot_plugin_crazy_thursday/releases/tag/v0.2.6rc1">
<img src="https://img.shields.io/github/v/release/MinatoAquaCrews/nonebot_plugin_crazy_thursday?color=orange">
</a>

Expand All @@ -31,11 +31,11 @@ _🍗 疯狂星期四 🍗_

## 版本

v0.2.6a1
v0.2.6rc1

⚠ 适配nonebot2-2.0.0rc1+

[更新日志](https://github.com/MinatoAquaCrews/nonebot_plugin_crazy_thursday/releases/tag/v0.2.6a1)
[更新日志](https://github.com/MinatoAquaCrews/nonebot_plugin_crazy_thursday/releases/tag/v0.2.6rc1)

## 安装

Expand All @@ -51,7 +51,7 @@ v0.2.6a1

天天疯狂!随机输出KFC疯狂星期四文案。

⚠ 每次启动插件会自动尝试从repo中下载最新的文案资源
⚠ 每次启动插件会自动尝试从repo中下载最新的文案资源

## 命令

Expand Down
2 changes: 1 addition & 1 deletion nonebot_plugin_crazy_thursday/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
except ModuleNotFoundError:
import json

__crazy_thursday_version__ = "v0.2.6a1"
__crazy_thursday_version__ = "v0.2.6rc1"
__crazy_thursday_notes__ = f"""
KFC疯狂星期四 {__crazy_thursday_version__}
[疯狂星期X] 随机输出KFC疯狂星期四文案
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "nonebot_plugin_crazy_thursday"
version = "0.2.6a1"
version = "0.2.6rc1"
description = "Send KFC crazy thursday articles randomly!"
authors = ["KafCoppelia <[email protected]>"]
license = "MIT"
Expand All @@ -9,7 +9,7 @@ packages = [{include = "nonebot_plugin_crazy_thursday"}]

[tool.poetry.dependencies]
python = "^3.8"
nonebot2 = "^2.0.0rc1"
nonebot2 = "^2.0.0b3"
nonebot-adapter-onebot = "^2.1.1"
httpx = "^0.23.0"

Expand Down

0 comments on commit d7122ef

Please sign in to comment.