3
0
Fork 0

bump: version 0.27.0 → 0.27.1

This commit is contained in:
Lance Edgar 2026-01-03 17:37:38 -06:00
parent ec19531518
commit 051d2c05d5
2 changed files with 18 additions and 1 deletions

View file

@ -5,6 +5,23 @@ All notable changes to wuttaweb 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.27.1 (2026-01-03)
### Fix
- add separate def for middle buttons on App Info page
- expose version history for site admin in default setup
- only show execution panel if batch view supports it
- remove the Users field for create/edit Person
- only show "create row" button if batch view supports it
- show proper batch status text, from enum
- use wutta hint from model, for master view title
- accept dict instead of true enum, for `Grid.set_enum()`
- improve FK handling in generated model class code
- use custom UUID type when generating model class code for FK
- fix spacing style when viewing object with row grid
- grant access to alembic, tables, master view admin for new apps
## v0.27.0 (2025-12-31)
### Feat

View file

@ -6,7 +6,7 @@ build-backend = "hatchling.build"
[project]
name = "WuttaWeb"
version = "0.27.0"
version = "0.27.1"
description = "Web App for Wutta Framework"
readme = "README.md"
authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}]