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.
2 parents 54bb00b + ef0b95e commit 719576eCopy full SHA for 719576e
CHANGES.rst
@@ -1,7 +1,7 @@
1
Version 3.0.1
2
-------------
3
4
-Unreleased
+Released 2024-10-08
5
6
- Address compiler warnings that became errors in GCC 14. :issue:`466`
7
- Fix compatibility with proxy objects. :issue:`467`
@@ -10,7 +10,7 @@ Unreleased
10
Version 3.0.0
11
12
13
-Released 2024-08-07
+Released 2024-10-07
14
15
- Support Python 3.13 and its experimental free-threaded build. :pr:`461`
16
- Drop support for Python 3.7 and 3.8.
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "MarkupSafe"
-version = "3.0.1.dev"
+version = "3.0.1"
description = "Safely add untrusted strings to HTML/XML markup."
readme = "README.md"
license = { file = "LICENSE.txt" }
0 commit comments