Skip to content

Commit b90a42e

Browse files
committed
release version 2.1.1
1 parent b15d9d6 commit b90a42e

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.1
22
-------------
33

4-
Unreleased
4+
Released 2022-03-14
55

66
- Avoid ambiguous regex matches in ``striptags``. :pr:`293`
77

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.1.dev0"
14+
__version__ = "2.1.1"
1515

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

0 commit comments

Comments
 (0)