summaryrefslogtreecommitdiff
path: root/src/markupsafe/__init__.py
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-01-17 09:42:53 -0800
committerDavid Lord <davidism@gmail.com>2023-01-17 09:42:53 -0800
commitc0254f0cfe51720ecc9e72e8896022af29af5b44 (patch)
tree8ba305079fe7c141fa8d2eac7f3f0fc66120df8f /src/markupsafe/__init__.py
parentb662e670056cfdeb170ffe8fc2fa5df162912c32 (diff)
downloadmarkupsafe-c0254f0cfe51720ecc9e72e8896022af29af5b44.tar.gz
release version 2.1.22.1.2
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)