We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc0cb5c commit 4c397efCopy full SHA for 4c397ef
2 files changed
CHANGES.rst
@@ -1,3 +1,9 @@
1
+Version 2.1.4
2
+-------------
3
+
4
+Unreleased
5
6
7
Version 2.1.3
8
-------------
9
src/markupsafe/__init__.py
@@ -14,7 +14,7 @@ def __html__(self) -> str:
14
_P = te.ParamSpec("_P")
15
16
17
-__version__ = "2.1.3"
+__version__ = "2.1.4.dev"
18
19
_strip_comments_re = re.compile(r"<!--.*?-->", re.DOTALL)
20
_strip_tags_re = re.compile(r"<.*?>", re.DOTALL)
0 commit comments