Changeset - 49c00ed314b0
[Not reviewed]
v0.18.1
0 2 0
Lance Edgar (lance) - 2 months ago 2024-08-15 21:15:40
lance@edbob.org
bump: version 0.18.0 → 0.18.1
2 files changed with 9 insertions and 2 deletions:
0 comments (0 inline, 0 general)
CHANGELOG.md
Show inline comments
 
@@ -5,6 +5,13 @@ All notable changes to rattail 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.18.1 (2024-08-15)
 

	
 
### Fix
 

	
 
- move `get_class_hierarchy()` util function to wuttjamaican
 
- improve logic/fallback for `str(person)`
 

	
 
## v0.18.0 (2024-08-15)
 

	
 
### Feat
pyproject.toml
Show inline comments
 
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
 

	
 
[project]
 
name = "rattail"
 
version = "0.18.0"
 
version = "0.18.1"
 
description = "Retail Software Framework"
 
readme = "README.rst"
 
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
 
@@ -49,7 +49,7 @@ dependencies = [
 
        "texttable",
 
        "typer",
 
        "typing-extensions",
 
        "WuttJamaican>=0.11.1",
 
        "WuttJamaican>=0.12.0",
 
        "xlrd",
 
]
 

	
0 comments (0 inline, 0 general)