We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f9d89 commit a2f0102Copy full SHA for a2f0102
2 files changed
CHANGELOG.rst
@@ -1,5 +1,5 @@
1
-Unreleased
2
-----------
+v0.52.0
+-------
3
- BREAKING CHANGE: dropping Python 3.6 support.
4
- Fixed error in getting ``plain_text()`` of emptied-out wikitext (#113)
5
- Deprecated: Calling ``Template.set_arg()`` without specifying a value for ``preserve_spacing`` parameter is deprecated.
wikitextparser/__init__.py
# Scheme: [N!]N(.N)*[{a|b|rc}N][.postN][.devN]
-__version__ = '0.51.3.dev0'
+__version__ = '0.52.0'
from . import _wikitext
from ._argument import Argument
0 commit comments