diff --git a/CHANGES.rst b/CHANGES.rst index 626ce7ef4..719d16d07 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ Version 8.2.0 ------------- -Unreleased +Released 2025-01-12 - Drop support for Python 3.7. :pr:`2588` - Use modern packaging metadata with ``pyproject.toml`` instead of ``setup.cfg``. diff --git a/pyproject.toml b/pyproject.toml index a8f3655c9..b58a391cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "click" -version = "8.2.0.dev" +version = "8.2.0" description = "Composable command line interface toolkit" readme = "README.md" license = {file = "LICENSE.txt"}