bump: version 0.4.0 → 0.5.0

This commit is contained in:
Lance Edgar 2025-01-26 17:52:16 -06:00
parent d8c834095b
commit 76075f146c
2 changed files with 14 additions and 2 deletions

View file

@ -1,3 +1,15 @@
## v0.5.0 (2025-01-26)
### Feat
- add pkg extras for postgres, mysql; update install doc
- allow basic support for item discounts
### Fix
- add setup hook to auto-create Order Admin role
- bugfix for view order item page template
## v0.4.0 (2025-01-23) ## v0.4.0 (2025-01-23)
### Feat ### Feat

View file

@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "Sideshow" name = "Sideshow"
version = "0.4.0" version = "0.5.0"
description = "Case/Special Order Tracker" description = "Case/Special Order Tracker"
readme = "README.md" readme = "README.md"
authors = [ authors = [
@ -32,7 +32,7 @@ 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 = [
"WuttaWeb>=0.20.5", "WuttaWeb>=0.20.6",
] ]
[project.optional-dependencies] [project.optional-dependencies]