We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f3de9a commit 9995b05Copy full SHA for 9995b05
2 files changed
CHANGELOG.rst
@@ -1,5 +1,5 @@
1
-Unreleased
2
-----------
+v0.49.4
+-------
3
- Fixed: Handle empty tables instead of raising IndexError. (#106)
4
5
v0.49.3
wikitextparser/__init__.py
# Scheme: [N!]N(.N)*[{a|b|rc}N][.postN][.devN]
-__version__ = '0.49.4.dev0'
+__version__ = '0.49.4'
from . import _wikitext
from ._argument import Argument
0 commit comments