summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-04-16 08:00:08 -0700
committerDavid Lord <davidism@gmail.com>2021-04-16 08:00:08 -0700
commitb9b9a7d7f86e77389ab7d4ba7c27cc6593e0d8db (patch)
treeba700e5a6a2de3e71b31344578429fd1f60c59c2
parenta8cde71144e53c041c811bb2bfe6c850c4d9eb6b (diff)
downloadmarkupsafe-b9b9a7d7f86e77389ab7d4ba7c27cc6593e0d8db.tar.gz
release version 2.0.0rc2
-rw-r--r--src/markupsafe/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/markupsafe/__init__.py b/src/markupsafe/__init__.py
index 692f741..d4c3c7d 100644
--- a/src/markupsafe/__init__.py
+++ b/src/markupsafe/__init__.py
@@ -10,7 +10,7 @@ if t.TYPE_CHECKING:
pass
-__version__ = "2.0.0rc1"
+__version__ = "2.0.0rc2"
_striptags_re = re.compile(r"(<!--.*?-->|<[^>]*>)")