瀏覽代碼

release/0.4

tags/v0.4^0
Ben Kurtovic 2 月之前
父節點
當前提交
fecc92e87d
共有 4 個檔案被更改,包括 4 行新增4 行删除
  1. +1
    -1
      CHANGELOG
  2. +1
    -1
      docs/conf.py
  3. +1
    -1
      pyproject.toml
  4. +1
    -1
      src/earwigbot/__init__.py

+ 1
- 1
CHANGELOG 查看文件

@@ -1,4 +1,4 @@
v0.4 (unreleased):
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



Loading…
取消
儲存