Skip to content

Commit 8835071

Browse files
committed
release: v0.50.0
1 parent 5fcb4a1 commit 8835071

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.50.0
2+
-------
33
- Feat: ``Table`` objects now have ``row_attrs`` property.
44
- Fixed: Infinite loop on parsing tables containing ``\r``. (this is just to prevent infinite loop, CRLF line endings are not supported)
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.49.5.dev0'
2+
__version__ = '0.50.0'
33

44
from . import _wikitext
55
from ._argument import Argument

0 commit comments

Comments
 (0)