Explorar el Código

Update changelog

tags/v0.6.6
Ben Kurtovic hace 1 año
padre
commit
b7ebc705c8
Se han modificado 3 ficheros con 6 adiciones y 2 borrados
  1. +2
    -1
      CHANGELOG
  2. +3
    -1
      docs/changelog.rst
  3. +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. - Dropped support for end-of-life Python 3.7.
- Added support for Python 3.12.


v0.6.5 (released September 5, 2023): v0.6.5 (released September 5, 2023):




+ 3
- 1
docs/changelog.rst Ver fichero

@@ -1,13 +1,14 @@
Changelog Changelog
========= =========


v0.7
v0.6.6
------


Unreleased Unreleased
(`changes <https://github.com/earwig/mwparserfromhell/compare/v0.6.5...main>`__): (`changes <https://github.com/earwig/mwparserfromhell/compare/v0.6.5...main>`__):


- Dropped support for end-of-life Python 3.7. - Dropped support for end-of-life Python 3.7.
- Added support for Python 3.12.


v0.6.5 v0.6.5
------ ------


+ 1
- 0
setup.py Ver fichero

@@ -109,6 +109,7 @@ setup(
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Text Processing :: Markup", "Topic :: Text Processing :: Markup",
], ],
) )

Cargando…
Cancelar
Guardar