Skip to content

Commit d65de57

Browse files
committed
release/0.6.6
1 parent e00c202 commit d65de57

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v0.6.6 (unreleased):
1+
v0.6.6 (released January 4, 2024):
22

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

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.6.6-b{build}
44

55
branches:
66
only:

docs/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Changelog
44
v0.6.6
55
------
66

7-
Unreleased
8-
(`changes <https://github.com/earwig/mwparserfromhell/compare/v0.6.5...main>`__):
7+
`Released January 4, 2024 <https://github.com/earwig/mwparserfromhell/tree/v0.6.6>`_
8+
(`changes <https://github.com/earwig/mwparserfromhell/compare/v0.6.5...v0.6.6>`__):
99

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

src/mwparserfromhell/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
__author__ = "Ben Kurtovic"
2828
__copyright__ = "Copyright (C) 2012-2023 Ben Kurtovic"
2929
__license__ = "MIT License"
30-
__version__ = "0.7.dev0"
30+
__version__ = "0.6.6"
3131
__email__ = "ben.kurtovic@gmail.com"
3232

3333
from . import definitions, nodes, parser, smart_list, string_mixin, utils, wikicode

0 commit comments

Comments
 (0)