3
0
Fork 0

bump: version 0.26.0 → 0.27.0

This commit is contained in:
Lance Edgar 2025-12-31 19:18:21 -06:00
parent a62827d2c3
commit c6417b7b8b
2 changed files with 19 additions and 2 deletions

View file

@ -6,7 +6,7 @@ build-backend = "hatchling.build"
[project]
name = "WuttaWeb"
version = "0.26.0"
version = "0.27.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.28.0",
"WuttJamaican[db]>=0.28.1",
"zope.sqlalchemy>=1.5",
]