We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb0d095 commit 14f3123Copy full SHA for 14f3123
2 files changed
CHANGELOG.rst
@@ -1,5 +1,5 @@
1
-Unreleased
2
-----------
+v0.53.0
+-------
3
- Fixed a bug in ``plain_text()``/``remove_markup``, not being able to handle table with row/colspan. (#116)
4
- ``plain_text()`` will now include table captions.
5
wikitextparser/__init__.py
# Scheme: [N!]N(.N)*[{a|b|rc}N][.postN][.devN]
-__version__ = '0.52.2.dev0'
+__version__ = '0.53.0'
from . import _wikitext
from ._argument import Argument
0 commit comments