Skip to content

Commit b5a5175

Browse files
authored
Merge pull request #281 from pallets/release-2.1.0
release version 2.1.0
2 parents db10c66 + e281553 commit b5a5175

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Version 2.1.0
22
-------------
33

4-
Unreleased
4+
Released 2022-02-17
55

66
- Drop support for Python 3.6. :pr:`262`
77
- Remove ``soft_unicode``, which was previously deprecated. Use

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

1616
_striptags_re = re.compile(r"(<!--.*?-->|<[^>]*>)")
1717

0 commit comments

Comments
 (0)