Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
mwparserfromhell
réplica de
https://github.com/earwig/mwparserfromhell
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
24
Actividad
Explorar el Código
Update changelog
tags/v0.6.6
Ben Kurtovic
hace 1 año
padre
fc1440a7b3
commit
b7ebc705c8
Se han
modificado 3 ficheros
con
6 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-1
CHANGELOG
+3
-1
docs/changelog.rst
+1
-0
setup.py
+ 2
- 1
CHANGELOG
Ver fichero
@@ -1,6 +1,7 @@
v0.
7
(unreleased):
v0.
6.6
(unreleased):
- Dropped support for end-of-life Python 3.7.
- Added support for Python 3.12.
v0.6.5 (released September 5, 2023):
+ 3
- 1
docs/changelog.rst
Ver fichero
@@ -1,13 +1,14 @@
Changelog
=========
v0.7
v0.6.6
------
Unreleased
(`changes <https://github.com/earwig/mwparserfromhell/compare/v0.6.5...main>`__):
- Dropped support for end-of-life Python 3.7.
- Added support for Python 3.12.
v0.6.5
------
+ 1
- 0
setup.py
Ver fichero
@@ -109,6 +109,7 @@ setup(
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Text Processing :: Markup",
],
)
Escribir
Vista previa
Cargando…
Cancelar
Guardar