Ver a proveniência

release/0.4

tags/v0.4^0
Ben Kurtovic há 2 meses
ascendente
cometimento
fecc92e87d
4 ficheiros alterados com 4 adições e 4 eliminações
  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 Ver ficheiro

@@ -1,4 +1,4 @@
v0.4 (unreleased):
v0.4 (released August 28, 2024):


- Migrated to Python 3 (3.11+). Substantial code cleanup. - Migrated to Python 3 (3.11+). Substantial code cleanup.
- Migrated to pyproject.toml and pytest. - Migrated to pyproject.toml and pytest.


+ 1
- 1
docs/conf.py Ver ficheiro

@@ -49,7 +49,7 @@ copyright = "2009-2016 Ben Kurtovic"
# The short X.Y version. # The short X.Y version.
version = "0.4" version = "0.4"
# The full version, including alpha/beta/rc tags. # 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 # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.


+ 1
- 1
pyproject.toml Ver ficheiro

@@ -1,6 +1,6 @@
[project] [project]
name = "earwigbot" name = "earwigbot"
version = "0.4.dev0"
version = "0.4"
authors = [ authors = [
{name = "Ben Kurtovic", email = "ben@benkurtovic.com"}, {name = "Ben Kurtovic", email = "ben@benkurtovic.com"},
] ]


+ 1
- 1
src/earwigbot/__init__.py Ver ficheiro

@@ -40,7 +40,7 @@ __all__ = [
__author__ = "Ben Kurtovic" __author__ = "Ben Kurtovic"
__copyright__ = "Copyright (C) 2009-2024 Ben Kurtovic" __copyright__ = "Copyright (C) 2009-2024 Ben Kurtovic"
__license__ = "MIT License" __license__ = "MIT License"
__version__ = "0.4.dev0"
__version__ = "0.4"
__email__ = "ben.kurtovic@gmail.com" __email__ = "ben.kurtovic@gmail.com"
__release__ = False __release__ = False




Carregando…
Cancelar
Guardar