Skip to content

Commit

Permalink
start version 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Jun 2, 2023
1 parent c2b916e commit 910ffff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 2.1.3
-------------

Unreleased


Version 2.1.2
-------------

Expand Down
2 changes: 1 addition & 1 deletion src/markupsafe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def __html__(self) -> str:
pass


__version__ = "2.1.2"
__version__ = "2.1.3.dev"

_strip_comments_re = re.compile(r"<!--.*?-->", re.DOTALL)
_strip_tags_re = re.compile(r"<.*?>", re.DOTALL)
Expand Down

0 comments on commit 910ffff

Please sign in to comment.