diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 204091f..c3270fe 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,5 @@ -Unreleased ----------- +v0.55.4 +------- - ``plain_text`` method now uses a more accurate image-detection algorithm. v0.55.3 diff --git a/wikitextparser/__init__.py b/wikitextparser/__init__.py index ec7e614..ab15d47 100644 --- a/wikitextparser/__init__.py +++ b/wikitextparser/__init__.py @@ -1,5 +1,5 @@ # Scheme: [N!]N(.N)*[{a|b|rc}N][.postN][.devN] -__version__ = '0.55.4.dev0' +__version__ = '0.55.4' from . import _wikitext from ._argument import Argument