使用 JavaScript能使本网站更好的工作。
首页
帮助
登录
ben
/
earwigbot
镜像自地址
https://github.com/earwig/earwigbot
关注
1
点赞
1
派生
0
代码
版本发布
4
动态
浏览代码
release/0.4
tags/v0.4^0
Ben Kurtovic
2 个月前
父节点
ada55eb4b1
当前提交
fecc92e87d
共有
4 个文件被更改
,包括
4 次插入
和
4 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+1
-1
CHANGELOG
+1
-1
docs/conf.py
+1
-1
pyproject.toml
+1
-1
src/earwigbot/__init__.py
+ 1
- 1
CHANGELOG
查看文件
@@ -1,4 +1,4 @@
v0.4 (
un
released):
v0.4 (released
August 28, 2024
):
- Migrated to Python 3 (3.11+). Substantial code cleanup.
- Migrated to pyproject.toml and pytest.
+ 1
- 1
docs/conf.py
查看文件
@@ -49,7 +49,7 @@ copyright = "2009-2016 Ben Kurtovic"
# The short X.Y version.
version = "0.4"
# The full version, including alpha/beta/rc tags.
release = "0.4
.dev0
"
release = "0.4"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
+ 1
- 1
pyproject.toml
查看文件
@@ -1,6 +1,6 @@
[project]
name = "earwigbot"
version = "0.4
.dev0
"
version = "0.4"
authors = [
{name = "Ben Kurtovic", email = "ben@benkurtovic.com"},
]
+ 1
- 1
src/earwigbot/__init__.py
查看文件
@@ -40,7 +40,7 @@ __all__ = [
__author__ = "Ben Kurtovic"
__copyright__ = "Copyright (C) 2009-2024 Ben Kurtovic"
__license__ = "MIT License"
__version__ = "0.4
.dev0
"
__version__ = "0.4"
__email__ = "ben.kurtovic@gmail.com"
__release__ = False
撰写
预览
正在加载...
取消
保存