diff --git a/CHANGES.rst b/CHANGES.rst index 941fcd7c..2c4a109a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Version 3.0.1 ------------- -Unreleased +Released 2024-10-08 - Address compiler warnings that became errors in GCC 14. :issue:`466` - Fix compatibility with proxy objects. :issue:`467` @@ -10,7 +10,7 @@ Unreleased Version 3.0.0 ------------- -Released 2024-08-07 +Released 2024-10-07 - Support Python 3.13 and its experimental free-threaded build. :pr:`461` - Drop support for Python 3.7 and 3.8. diff --git a/pyproject.toml b/pyproject.toml index bb0fd4fd..7d51c9fa 100644 --- a/pyproject.toml +++ b/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" }