From f25e597ff580f7dc1dcf2e784a1641e3cdbf252a Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 13 Jan 2025 13:33:24 -0600 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.2.0=20=E2=86=92=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a32de7a..04e0a4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v0.3.0 (2025-01-13) + +### Feat + +- move lookup logic to handler; improve support for external lookup + +### Fix + +- expose new order batch handler choice in orders/configure +- add "Other" menu, for e.g. integration system links +- bugfix when new order with no pending customer + ## v0.2.0 (2025-01-09) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 4b04493..1c5c7be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "Sideshow" -version = "0.2.0" +version = "0.3.0" description = "Case/Special Order Tracker" readme = "README.md" authors = [ @@ -32,7 +32,7 @@ license = {text = "GNU General Public License v3+"} requires-python = ">= 3.8" dependencies = [ "psycopg2", - "WuttaWeb>=0.19.3", + "WuttaWeb>=0.20.1", ] [project.optional-dependencies]