From 14f3d64f11257d9437a417f0da284ada8202616e Mon Sep 17 00:00:00 2001 From: felinae98 <731499577@qq.com> Date: Thu, 18 Nov 2021 15:54:57 +0800 Subject: [PATCH] update to 0.4 --- CHANGELOG.md | 3 +++ pyproject.toml | 7 +------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa8354c..ddc81db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,3 +24,6 @@ ## [0.3.3] - 2021-09-28 - 修复拼图问题 + +## [0.4.0] - 2021-11-18 +- 项目更名为nonebot-bison diff --git a/pyproject.toml b/pyproject.toml index 431362e..d54620c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nonebot-bison" -version = "0.3.3" +version = "0.4.0" description = "Subscribe message from social medias" authors = ["felinae98 "] license = "MIT" @@ -41,11 +41,6 @@ coverage = "^5.5" requires = ["poetry>=0.12"] build-backend = "poetry.masonry.api" -# [[tool.poetry.source]] -# name = "aliyun" -# url = "https://mirrors.aliyun.com/pypi/simple/" -# default = true - [tool.pytest.ini_options] markers = [ "compare: compare fetching result with rsshub",