Skip to content

Commit 14f3123

Browse files
committed
release: v0.53.0
1 parent cb0d095 commit 14f3123

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Unreleased
2-
----------
1+
v0.53.0
2+
-------
33
- Fixed a bug in ``plain_text()``/``remove_markup``, not being able to handle table with row/colspan. (#116)
44
- ``plain_text()`` will now include table captions.
55

wikitextparser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Scheme: [N!]N(.N)*[{a|b|rc}N][.postN][.devN]
2-
__version__ = '0.52.2.dev0'
2+
__version__ = '0.53.0'
33

44
from . import _wikitext
55
from ._argument import Argument

0 commit comments

Comments
 (0)