Skip to content

Commit e4c24ca

Browse files
committed
release version 8.2.0
1 parent 8fcf9b0 commit e4c24ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Version 8.2.0
44
-------------
55

6-
Unreleased
6+
Released 2025-01-12
77

88
- Drop support for Python 3.7. :pr:`2588`
99
- Use modern packaging metadata with ``pyproject.toml`` instead of ``setup.cfg``.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "click"
3-
version = "8.2.0.dev"
3+
version = "8.2.0"
44
description = "Composable command line interface toolkit"
55
readme = "README.md"
66
license = {file = "LICENSE.txt"}

0 commit comments

Comments
 (0)