Skip to content

Commit 719576e

Browse files
authored
release version 3.0.1 (#470)
2 parents 54bb00b + ef0b95e commit 719576e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Version 3.0.1
22
-------------
33

4-
Unreleased
4+
Released 2024-10-08
55

66
- Address compiler warnings that became errors in GCC 14. :issue:`466`
77
- Fix compatibility with proxy objects. :issue:`467`
@@ -10,7 +10,7 @@ Unreleased
1010
Version 3.0.0
1111
-------------
1212

13-
Released 2024-08-07
13+
Released 2024-10-07
1414

1515
- Support Python 3.13 and its experimental free-threaded build. :pr:`461`
1616
- Drop support for Python 3.7 and 3.8.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "MarkupSafe"
3-
version = "3.0.1.dev"
3+
version = "3.0.1"
44
description = "Safely add untrusted strings to HTML/XML markup."
55
readme = "README.md"
66
license = { file = "LICENSE.txt" }

0 commit comments

Comments
 (0)