summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-02-15 07:45:24 -0800
committerDavid Lord <davidism@gmail.com>2021-02-15 07:45:24 -0800
commit8d53be2a2497137c5d5b12d408a05109b39866e3 (patch)
tree865b5bdd8dba67382daef0d725eaee7eb818fa7d
parentbf5b1201e67d811ae70904163294d1e1b39690c5 (diff)
downloadmarkupsafe-8d53be2a2497137c5d5b12d408a05109b39866e3.tar.gz
prerelease version 2.0.0rc12.0.0rc1
-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 1d786fd..692f741 100644
--- a/src/markupsafe/__init__.py
+++ b/src/markupsafe/__init__.py
@@ -10,7 +10,7 @@ if t.TYPE_CHECKING:
pass
-__version__ = "2.0.0a1"
+__version__ = "2.0.0rc1"
_striptags_re = re.compile(r"(<!--.*?-->|<[^>]*>)")