From 2cafc1774e484add4bae317f2bea68c7f9cbc334 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Thu, 9 Jan 2025 12:55:04 -0600 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.0=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b11b0d1..a32de7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v0.2.0 (2025-01-09) + +### Feat + +- add basic support for local customer, product lookups + +### Fix + +- expose config for new order w/ pending product + ## v0.1.0 (2025-01-06) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 9a610d2..f250b63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "Sideshow" -version = "0.1.0" +version = "0.2.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.1", + "WuttaWeb>=0.19.3", ] [project.optional-dependencies]