3
0
Fork 0

bump: version 0.25.1 → 0.26.0

This commit is contained in:
Lance Edgar 2025-12-28 15:16:36 -06:00
parent c45f7482a6
commit 19048548f1
2 changed files with 21 additions and 2 deletions

View file

@ -6,7 +6,7 @@ build-backend = "hatchling.build"
[project]
name = "WuttaWeb"
version = "0.25.1"
version = "0.26.0"
description = "Web App for Wutta Framework"
readme = "README.md"
authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}]
@ -45,7 +45,7 @@ dependencies = [
"SQLAlchemy-Utils",
"waitress",
"WebHelpers2",
"WuttJamaican[db]>=0.27.0",
"WuttJamaican[db]>=0.28.0",
"zope.sqlalchemy>=1.5",
]