3
0
Fork 0

bump: version 0.19.0 → 0.19.1

This commit is contained in:
Lance Edgar 2025-01-06 17:00:27 -06:00
parent b3f1f8b6d9
commit 49b13306c4
2 changed files with 22 additions and 2 deletions

View file

@ -6,7 +6,7 @@ build-backend = "hatchling.build"
[project]
name = "WuttaWeb"
version = "0.19.0"
version = "0.19.1"
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.19.1",
"WuttJamaican[db]>=0.19.2",
"zope.sqlalchemy>=1.5",
]