We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b51fd8 commit 28ace20Copy full SHA for 28ace20
CHANGES.rst
@@ -1,7 +1,7 @@
1
Version 3.0.2
2
-------------
3
4
-Unreleased
+Released 2024-10-18
5
6
- Fix compatibility when ``__str__`` returns a ``str`` subclass. :issue:`472`
7
- Build requires setuptools >= 70.1. :issue:`475`
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "MarkupSafe"
-version = "3.0.2.dev"
+version = "3.0.2"
description = "Safely add untrusted strings to HTML/XML markup."
readme = "README.md"
license = { file = "LICENSE.txt" }
0 commit comments