From 5ded5356f7ca8f131bab1730e56983815a226413 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 13 Jan 2025 13:35:20 -0600 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.0.0=20=E2=86=92=200.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..38a3ffe --- /dev/null +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 64fbddf..7c4e2e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "Sideshow-COREPOS" -version = "0.0.0" +version = "0.1.0" description = "Case/Special Order Tracker for CORE-POS" readme = "README.md" authors = [ @@ -31,8 +31,8 @@ classifiers = [ license = {text = "GNU General Public License v3+"} requires-python = ">= 3.8" dependencies = [ - "Sideshow", - "Wutta-COREPOS[web]", + "Sideshow>=0.3.0", + "Wutta-COREPOS[web]>=0.2.0", ] [project.optional-dependencies]