We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db10c66 + e281553 commit b5a5175Copy full SHA for b5a5175
2 files changed
CHANGES.rst
@@ -1,7 +1,7 @@
1
Version 2.1.0
2
-------------
3
4
-Unreleased
+Released 2022-02-17
5
6
- Drop support for Python 3.6. :pr:`262`
7
- Remove ``soft_unicode``, which was previously deprecated. Use
src/markupsafe/__init__.py
@@ -11,7 +11,7 @@ def __html__(self) -> str:
11
pass
12
13
14
-__version__ = "2.1.0.dev0"
+__version__ = "2.1.0"
15
16
_striptags_re = re.compile(r"(<!--.*?-->|<[^>]*>)")
17
0 commit comments