bump: version 0.19.3 → 0.20.0

This commit is contained in:
Lance Edgar 2024-08-20 15:06:09 -05:00
parent 59bd58aca7
commit 83586ef90f
2 changed files with 13 additions and 2 deletions

View file

@ -5,6 +5,17 @@ All notable changes to Tailbone will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## v0.20.0 (2024-08-20)
### Feat
- add new 'waterpark' theme, based on wuttaweb w/ vue2 + buefy
- refactor templates to simplify base/page/form structure
### Fix
- avoid deprecated reference to app db engine
## v0.19.3 (2024-08-19)
### Fix

View file

@ -6,7 +6,7 @@ build-backend = "hatchling.build"
[project]
name = "Tailbone"
version = "0.19.3"
version = "0.20.0"
description = "Backoffice Web Application for Rattail"
readme = "README.rst"
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
@ -59,7 +59,7 @@ dependencies = [
"transaction",
"waitress",
"WebHelpers2",
"WuttaWeb>=0.10.2",
"WuttaWeb>=0.11.0",
"zope.sqlalchemy>=1.5",
]