Skip to content

Commit 4c397ef

Browse files
committed
start version 2.1.4
1 parent bc0cb5c commit 4c397ef

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 2.1.4
2+
-------------
3+
4+
Unreleased
5+
6+
17
Version 2.1.3
28
-------------
39

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"
17+
__version__ = "2.1.4.dev"
1818

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

0 commit comments

Comments
 (0)