From 27c7d629d46f9455df9796874cb5d38d52999b01 Mon Sep 17 00:00:00 2001 From: Hugh Blandford Date: Tue, 10 Jun 2025 21:06:32 +1000 Subject: [PATCH] Closes #19684: Update pyproject.toml version to 4.3.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3664e4805..9cd50e650 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ [project] name = "netbox" -version = "4.3.1" +version = "4.3.2" requires-python = ">=3.10" authors = [ { name = "NetBox Community" }