Compare commits
No commits in common. "master" and "v0.7.0" have entirely different histories.
2 changed files with 1 additions and 8 deletions
|
@ -1,9 +1,3 @@
|
||||||
## 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
|
||||||
|
|
|
@ -5,7 +5,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "Sideshow"
|
name = "Sideshow"
|
||||||
version = "0.7.1"
|
version = "0.7.0"
|
||||||
description = "Case/Special Order Tracker"
|
description = "Case/Special Order Tracker"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
|
@ -32,7 +32,6 @@ 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 = [
|
||||||
"SQLAlchemy<2", # TODO: should allow 2.x
|
|
||||||
"WuttaWeb>=0.22.0",
|
"WuttaWeb>=0.22.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue