We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fcb4a1 commit 8835071Copy full SHA for 8835071
2 files changed
CHANGELOG.rst
@@ -1,5 +1,5 @@
1
-Unreleased
2
-----------
+v0.50.0
+-------
3
- Feat: ``Table`` objects now have ``row_attrs`` property.
4
- Fixed: Infinite loop on parsing tables containing ``\r``. (this is just to prevent infinite loop, CRLF line endings are not supported)
5
wikitextparser/__init__.py
# Scheme: [N!]N(.N)*[{a|b|rc}N][.postN][.devN]
-__version__ = '0.49.5.dev0'
+__version__ = '0.50.0'
from . import _wikitext
from ._argument import Argument
0 commit comments