bump: version 0.1.0 → 0.1.1

This commit is contained in:
Lance Edgar 2025-02-20 09:34:41 -06:00
parent c9d093d343
commit 198c3f77bb
2 changed files with 9 additions and 3 deletions

View file

@ -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) ## v0.1.0 (2025-01-13)
### Feat ### Feat

View file

@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "Sideshow-COREPOS" name = "Sideshow-COREPOS"
version = "0.1.0" version = "0.1.1"
description = "Case/Special Order Tracker for CORE-POS" description = "Case/Special Order Tracker for CORE-POS"
readme = "README.md" readme = "README.md"
authors = [ authors = [
@ -33,8 +33,8 @@ classifiers = [
license = {text = "GNU General Public License v3+"} license = {text = "GNU General Public License v3+"}
requires-python = ">= 3.8" requires-python = ">= 3.8"
dependencies = [ dependencies = [
"Sideshow>=0.3.0", "Sideshow>=0.6.0",
"Wutta-COREPOS[web]>=0.2.0", "Wutta-COREPOS[web]>=0.3.0",
] ]
[project.optional-dependencies] [project.optional-dependencies]