From 22a1c99abe49acbaa7fc6a02b50572ca5ca8389e Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Thu, 5 Mar 2026 20:28:47 -0600 Subject: [PATCH 1/6] fix: make empty option work better for WuttaDictEnum + ## v0.29.1 (2026-03-04) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 2fa4ee9..2613603 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "WuttaWeb" -version = "0.29.1" +version = "0.29.2" description = "Web App for Wutta Framework" readme = "README.md" authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}]