bump: version 0.20.1 → 0.21.0

This commit is contained in:
Lance Edgar 2024-08-22 14:53:59 -05:00
parent b8131c8393
commit 8d5427e92f
2 changed files with 22 additions and 3 deletions

View file

@ -6,7 +6,7 @@ build-backend = "hatchling.build"
[project]
name = "Tailbone"
version = "0.20.1"
version = "0.21.0"
description = "Backoffice Web Application for Rattail"
readme = "README.rst"
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
@ -53,13 +53,13 @@ dependencies = [
"pyramid_mako",
"pyramid_retry",
"pyramid_tm",
"rattail[db,bouncer]>=0.18.1",
"rattail[db,bouncer]>=0.18.4",
"sa-filters",
"simplejson",
"transaction",
"waitress",
"WebHelpers2",
"WuttaWeb>=0.11.0",
"WuttaWeb>=0.12.0",
"zope.sqlalchemy>=1.5",
]