Changeset - d732124a0d9a
[Not reviewed]
v0.18.4
0 2 0
Lance Edgar (lance) - 2 months ago 2024-08-22 14:52:42
lance@edbob.org
bump: version 0.18.3 → 0.18.4
2 files changed with 8 insertions and 2 deletions:
0 comments (0 inline, 0 general)
CHANGELOG.md
Show inline comments
 
@@ -5,6 +5,12 @@ 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.4 (2024-08-22)
 

	
 
### Fix
 

	
 
- use app.get_title() and app.get_node_title(); avoid deprecated calls
 

	
 
## v0.18.3 (2024-08-20)
 

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

	
 
[project]
 
name = "rattail"
 
version = "0.18.3"
 
version = "0.18.4"
 
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.12.0",
 
        "WuttJamaican>=0.12.1",
 
        "xlrd",
 
]
 

	
0 comments (0 inline, 0 general)