We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fcf9b0 commit e4c24caCopy full SHA for e4c24ca
CHANGES.rst
@@ -3,7 +3,7 @@
3
Version 8.2.0
4
-------------
5
6
-Unreleased
+Released 2025-01-12
7
8
- Drop support for Python 3.7. :pr:`2588`
9
- Use modern packaging metadata with ``pyproject.toml`` instead of ``setup.cfg``.
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "click"
-version = "8.2.0.dev"
+version = "8.2.0"
description = "Composable command line interface toolkit"
readme = "README.md"
license = {file = "LICENSE.txt"}
0 commit comments