Thanks to visit codestin.com Credit goes to github.com
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 b662e67 commit c0254f0Copy full SHA for c0254f0
CHANGES.rst
@@ -1,7 +1,7 @@
1
Version 2.1.2
2
-------------
3
4
-Unreleased
+Released 2023-01-17
5
6
- Fix ``striptags`` not stripping tags containing newlines.
7
:issue:`310`
src/markupsafe/__init__.py
@@ -11,7 +11,7 @@ def __html__(self) -> str:
11
pass
12
13
14
-__version__ = "2.1.2.dev0"
+__version__ = "2.1.2"
15
16
_strip_comments_re = re.compile(r"<!--.*?-->", re.DOTALL)
17
_strip_tags_re = re.compile(r"<.*?>", re.DOTALL)
0 commit comments