Browse Source

Update changelog

tags/v0.6.6
Ben Kurtovic 6 months ago
parent
commit
b7ebc705c8
3 changed files with 6 additions and 2 deletions
  1. +2
    -1
      CHANGELOG
  2. +3
    -1
      docs/changelog.rst
  3. +1
    -0
      setup.py

+ 2
- 1
CHANGELOG View File

@@ -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 View File

@@ -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 View File

@@ -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",
], ],
) )

Loading…
Cancel
Save