bump: version 0.3.3 → 0.3.4
This commit is contained in:
parent
01852ceecc
commit
b8ca60b508
|
@ -5,6 +5,13 @@ All notable changes to pyCOREPOS 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.3.4 (2025-01-15)
|
||||
|
||||
### Fix
|
||||
|
||||
- misc. cleanup for sales batch models
|
||||
- add more enums for batch discount type, editor UI
|
||||
|
||||
## v0.3.3 (2025-01-13)
|
||||
|
||||
### Fix
|
||||
|
|
|
@ -6,7 +6,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "pyCOREPOS"
|
||||
version = "0.3.3"
|
||||
version = "0.3.4"
|
||||
description = "Python Interface to CORE POS"
|
||||
readme = "README.md"
|
||||
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
|
||||
|
|
Loading…
Reference in a new issue