File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- v0.7 (unreleased ):
1+ v0.7.0 (released June 28, 2025 ):
22
33- Dropped support for end-of-life Python 3.8.
44- Added support for Python 3.13.
Original file line number Diff line number Diff line change 11# This config file is used by appveyor.com to build Windows release binaries
22
3- version : 0.7.dev0 -b{build}
3+ version : 0.7.0 -b{build}
44
55branches :
66 only :
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- v0.7
5- ----
4+ v0.7.0
5+ ------
66
7- Unreleased
8- (`changes <https://github.com/earwig/mwparserfromhell/compare/v0.6.6...main >`__):
7+ ` Released June 28, 2025 < https://github.com/earwig/mwparserfromhell/tree/v0.7.0 >`_
8+ (`changes <https://github.com/earwig/mwparserfromhell/compare/v0.6.6...v0.7.0 >`__):
99
1010- Dropped support for end-of-life Python 3.8.
1111- Added support for Python 3.13.
Original file line number Diff line number Diff line change 2929__author__ = "Ben Kurtovic"
3030__copyright__ = "Copyright (C) 2012-2025 Ben Kurtovic"
3131__license__ = "MIT License"
32- __version__ = "0.7.dev0 "
32+ __version__ = "0.7.0 "
3333__email__ = "ben.kurtovic@gmail.com"
3434
3535__all__ = [
You can’t perform that action at this time.
0 commit comments