From e4c24ca309ebe77ab029dac9b6d27d49fff5964f Mon Sep 17 00:00:00 2001 From: Andreas Backx Date: Sun, 12 Jan 2025 15:33:07 +0000 Subject: [PATCH] release version 8.2.0 --- CHANGES.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index e3662514c..3a92e3e24 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"}