summaryrefslogtreecommitdiff
path: root/src/markupsafe/__init__.py
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-01-17 10:38:06 -0800
committerDavid Lord <davidism@gmail.com>2023-01-17 10:38:06 -0800
commitd9b685b55b4103a607e2d1a61c15f617ad001141 (patch)
tree8ba305079fe7c141fa8d2eac7f3f0fc66120df8f /src/markupsafe/__init__.py
parent29d7503867dd573c23aaf223b779aa6cc155345c (diff)
parent08eb1d421fb77d52597d380e7165c7d501113086 (diff)
downloadmarkupsafe-d9b685b55b4103a607e2d1a61c15f617ad001141.tar.gz
Merge branch '2.1.x'
Diffstat (limited to 'src/markupsafe/__init__.py')
-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 1f9d8cd..7166b19 100644
--- a/src/markupsafe/__init__.py
+++ b/src/markupsafe/__init__.py
@@ -11,7 +11,7 @@ if t.TYPE_CHECKING:
pass
-__version__ = "2.1.2.dev0"
+__version__ = "2.1.2"
_strip_comments_re = re.compile(r"<!--.*?-->", re.DOTALL)
_strip_tags_re = re.compile(r"<.*?>", re.DOTALL)