bump: version 0.7.0 → 0.7.1

This commit is contained in:
Lance Edgar 2025-07-06 13:05:02 -05:00
parent 454758560d
commit 925235f0d3
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
## v0.7.1 (2025-07-06)
### Fix
- cap sqlalchemy version to 1.x
## v0.7.0 (2025-07-06) ## v0.7.0 (2025-07-06)
### Feat ### Feat

View file

@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "Sideshow" name = "Sideshow"
version = "0.7.0" version = "0.7.1"
description = "Case/Special Order Tracker" description = "Case/Special Order Tracker"
readme = "README.md" readme = "README.md"
authors = [ authors = [