bump: version 0.0.0 → 0.1.0
This commit is contained in:
parent
4dc9cb36b7
commit
5ded5356f7
10
CHANGELOG.md
Normal file
10
CHANGELOG.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
## v0.1.0 (2025-01-13)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- basic CORE customer/product lookup, add CORE menu entries
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- register entry points for sideshow customization
|
||||||
|
- add "other" menu entry, plus docs/tests
|
|
@ -5,7 +5,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "Sideshow-COREPOS"
|
name = "Sideshow-COREPOS"
|
||||||
version = "0.0.0"
|
version = "0.1.0"
|
||||||
description = "Case/Special Order Tracker for CORE-POS"
|
description = "Case/Special Order Tracker for CORE-POS"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
|
@ -31,8 +31,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",
|
"Sideshow>=0.3.0",
|
||||||
"Wutta-COREPOS[web]",
|
"Wutta-COREPOS[web]>=0.2.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
|
Loading…
Reference in a new issue