diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e04d82..c2b907f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to WuttaPOS 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.4.1 (2026-01-03) + +### Fix + +- add basic support for install/setup of terminal + ## v0.4.0 (2026-01-03) First release under the new project. diff --git a/pyproject.toml b/pyproject.toml index 3328535..a6f9069 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" name = "WuttaPOS" # nb. 0.3.0 was the last release of the previous rattail WuttaPOS app. # pretty sure this will bump to 0.4.0 and then i can remove this note. -version = "0.4.0" +version = "0.4.1" description = "Point of Sale system based on Wutta Framework" readme = "README.md" authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}]