Skip to content

Commit c0254f0

Browse files
committed
release version 2.1.2
1 parent b662e67 commit c0254f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Version 2.1.2
22
-------------
33

4-
Unreleased
4+
Released 2023-01-17
55

66
- Fix ``striptags`` not stripping tags containing newlines.
77
:issue:`310`

src/markupsafe/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def __html__(self) -> str:
1111
pass
1212

1313

14-
__version__ = "2.1.2.dev0"
14+
__version__ = "2.1.2"
1515

1616
_strip_comments_re = re.compile(r"<!--.*?-->", re.DOTALL)
1717
_strip_tags_re = re.compile(r"<.*?>", re.DOTALL)

0 commit comments

Comments
 (0)