diff --git a/CHANGES.rst b/CHANGES.rst index 8b56a4d..ac7a6ec 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Version 2.2.0 ------------- -Unreleased +Released 2024-04-16 - Drop support for Python 3.7. :pr:`372` - Use modern packaging metadata with ``pyproject.toml`` instead of ``setup.cfg``. diff --git a/pyproject.toml b/pyproject.toml index 966c862..15d3910 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "itsdangerous" -version = "2.2.0.dev" +version = "2.2.0" description = "Safely pass data to untrusted environments and back." readme = "README.md" license = { file = "LICENSE.txt" }