Skip to content

Commit 496112e

Browse files
committed
release version 2.1.3
1 parent cc134bb commit 496112e

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

4-
Unreleased
4+
Released 2023-06-02
55

66
- Implement ``format_map``, ``casefold``, ``removeprefix``, and ``removesuffix``
77
methods. :issue:`370`

src/markupsafe/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def __html__(self) -> str:
1414
_P = te.ParamSpec("_P")
1515

1616

17-
__version__ = "2.1.3.dev"
17+
__version__ = "2.1.3"
1818

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

0 commit comments

Comments
 (0)