Skip to content

Commit

Permalink
chore(__version__): bump to 0.55.12.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
5j9 committed Apr 9, 2024
1 parent 0bb0732 commit 97ee353
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
..
Unreleased
----------
*
v0.55.11
--------
* Performance improvements in ``__setitem__``/``__delitem__`` and ``pformat``/``plain_text`` methods. (#131)
Expand Down
2 changes: 1 addition & 1 deletion wikitextparser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Scheme: [N!]N(.N)*[{a|b|rc}N][.postN][.devN]
__version__ = '0.55.11'
__version__ = '0.55.12.dev0'

from . import _wikitext
from ._argument import Argument # noqa: F401
Expand Down

0 comments on commit 97ee353

Please sign in to comment.