diff --git a/CHANGES.rst b/CHANGES.rst index b0fc1414e..1928e17b3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,9 @@ .. currentmodule:: click -Unreleased +Version 8.3.2 +-------------- + +Released 2026-03-16 - Fix handling of ``flag_value`` when ``is_flag=False`` to allow such options to be used without an explicit value. :issue:`3084` :pr:`3152` diff --git a/pyproject.toml b/pyproject.toml index 601bbe680..48670bae6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "click" -version = "8.3.dev" +version = "8.3.2" description = "Composable command line interface toolkit" readme = "README.md" license = "BSD-3-Clause" diff --git a/uv.lock b/uv.lock index 7b1929ff1..0434e0721 100644 --- a/uv.lock +++ b/uv.lock @@ -167,7 +167,7 @@ wheels = [ [[package]] name = "click" -version = "8.3.dev0" +version = "8.3.2" source = { editable = "." } dependencies = [ { name = "colorama", marker = "sys_platform == 'win32'" },