bump: version 0.19.2 → 0.19.3

This commit is contained in:
Lance Edgar 2024-08-19 13:57:36 -05:00
parent 15ab0c9592
commit b762a0782a
2 changed files with 8 additions and 2 deletions

View file

@ -5,6 +5,12 @@ 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.19.3 (2024-08-19)
### Fix
- add pager stats to all grid vue data (fixes view history)
## v0.19.2 (2024-08-19)
### Fix

View file

@ -6,7 +6,7 @@ build-backend = "hatchling.build"
[project]
name = "Tailbone"
version = "0.19.2"
version = "0.19.3"
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.1",
"WuttaWeb>=0.10.2",
"zope.sqlalchemy>=1.5",
]