Skip to content

Commit 374affe

Browse files
committed
release/0.7.0
1 parent 16a7761 commit 374affe

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
branches:
66
only:

docs/changelog.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Changelog
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.

src/mwparserfromhell/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
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__ = [

0 commit comments

Comments
 (0)