bump: version 0.4.1 → 0.4.2
This commit is contained in:
parent
bf6494f2a9
commit
c97b8c080e
2 changed files with 8 additions and 2 deletions
|
|
@ -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/)
|
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).
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## v0.4.2 (2026-01-04)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- tweak installer slightly, per upstream changes
|
||||||
|
|
||||||
## v0.4.1 (2026-01-03)
|
## v0.4.1 (2026-01-03)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ build-backend = "hatchling.build"
|
||||||
name = "WuttaPOS"
|
name = "WuttaPOS"
|
||||||
# nb. 0.3.0 was the last release of the previous rattail WuttaPOS app.
|
# 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.
|
# pretty sure this will bump to 0.4.0 and then i can remove this note.
|
||||||
version = "0.4.1"
|
version = "0.4.2"
|
||||||
description = "Point of Sale system based on Wutta Framework"
|
description = "Point of Sale system based on Wutta Framework"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}]
|
authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}]
|
||||||
|
|
@ -32,7 +32,7 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"psycopg2",
|
"psycopg2",
|
||||||
"WuttJamaican[db]>=0.28.4",
|
"WuttJamaican[db]>=0.28.6",
|
||||||
"WuttaSync",
|
"WuttaSync",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue