Skip to content

Commit

Permalink
release version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Mar 14, 2022
1 parent b15d9d6 commit b90a42e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Version 2.1.1
-------------

Unreleased
Released 2022-03-14

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

Expand Down
2 changes: 1 addition & 1 deletion src/markupsafe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def __html__(self) -> str:
pass


__version__ = "2.1.1.dev0"
__version__ = "2.1.1"

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

0 comments on commit b90a42e

Please sign in to comment.