Skip to content

Commit

Permalink
release version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed May 11, 2021
1 parent 05154a5 commit 1521885
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.0.0
-------------

Unreleased
Released 2021-05-11

- Drop Python 2.7, 3.4, and 3.5 support.
- ``Markup.unescape`` uses :func:`html.unescape` to support HTML5
Expand Down
2 changes: 1 addition & 1 deletion src/markupsafe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def __html__(self) -> str:
pass


__version__ = "2.0.0rc2"
__version__ = "2.0.0"

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

Expand Down

0 comments on commit 1521885

Please sign in to comment.