Ce site fonctionne mieux avec JavaScript.
Accueil
Aide
Connexion
ben
/
earwigbot
miroir de
https://github.com/earwig/earwigbot
Suivre
1
Ajouter aux favoris
1
Bifurcation
0
Code
Versions
4
Activité
Parcourir la source
release/0.4
tags/v0.4^0
Ben Kurtovic
il y a 2 mois
Parent
ada55eb4b1
révision
fecc92e87d
4 fichiers modifiés
avec
4 ajouts
et
4 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+1
-1
CHANGELOG
+1
-1
docs/conf.py
+1
-1
pyproject.toml
+1
-1
src/earwigbot/__init__.py
+ 1
- 1
CHANGELOG
Voir le fichier
@@ -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
Voir le fichier
@@ -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
Voir le fichier
@@ -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
Voir le fichier
@@ -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
Écrire
Aperçu
Chargement…
Annuler
Enregistrer