From 198c3f77bbfa0e67b5e4035dbd686e461b755aed Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Thu, 20 Feb 2025 09:34:41 -0600 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.0=20=E2=86=92=200.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38a3ffe..5c9f8fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.1.1 (2025-02-20) + +### Fix + +- set vendor name, sku when refreshing neworder batch row + ## v0.1.0 (2025-01-13) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 502285a..6d57724 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "Sideshow-COREPOS" -version = "0.1.0" +version = "0.1.1" description = "Case/Special Order Tracker for CORE-POS" readme = "README.md" authors = [ @@ -33,8 +33,8 @@ classifiers = [ license = {text = "GNU General Public License v3+"} requires-python = ">= 3.8" dependencies = [ - "Sideshow>=0.3.0", - "Wutta-COREPOS[web]>=0.2.0", + "Sideshow>=0.6.0", + "Wutta-COREPOS[web]>=0.3.0", ] [project.optional-dependencies]