diff --git a/CHANGES.rst b/CHANGES.rst index dcd93e4b4..552e773bd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,9 +1,9 @@ .. currentmodule:: click -Version 8.3.x +Version 8.3.0 -------------- -Unreleased +Released 2025-09-15 - **Improved flag option handling**: Reworked the relationship between ``flag_value`` and ``default`` parameters for better consistency: diff --git a/pyproject.toml b/pyproject.toml index eb812cae8..ebffe0005 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "click" -version = "8.2.2" +version = "8.3.0" description = "Composable command line interface toolkit" readme = "README.md" license = "BSD-3-Clause" diff --git a/uv.lock b/uv.lock index ff1830bc4..a5ff391da 100644 --- a/uv.lock +++ b/uv.lock @@ -139,7 +139,7 @@ wheels = [ [[package]] name = "click" -version = "8.2.2" +version = "8.3.0" source = { editable = "." } dependencies = [ { name = "colorama", marker = "sys_platform == 'win32'" },