Skip to content

Commit

Permalink
release version 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Jan 19, 2024
1 parent a24df39 commit 51b654f
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.4
-------------

Unreleased
Released 2024-01-19

- Don't use regular expressions for ``striptags``, avoiding a performance
issue. :pr:`413`
Expand Down
2 changes: 1 addition & 1 deletion src/markupsafe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def __html__(self) -> str:
_P = te.ParamSpec("_P")


__version__ = "2.1.4.dev"
__version__ = "2.1.4"


def _simple_escaping_wrapper(func: "t.Callable[_P, str]") -> "t.Callable[_P, Markup]":
Expand Down

0 comments on commit 51b654f

Please sign in to comment.