Changeset - ef5f72b0ff4b
[Not reviewed]
v0.17.3
0 2 0
Lance Edgar (lance) - 3 months ago 2024-07-16 21:35:28
lance@edbob.org
bump: version 0.17.2 → 0.17.3
2 files changed with 8 insertions and 1 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.17.3 (2024-07-16)
 

	
 
### Fix
 

	
 
- fix bugs in `OrgHandler.get_subdepartment()`
 
- avoid deprecated calls to `administrator_role()`
 

	
 
## v0.17.2 (2024-07-16)
 

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

	
 
[project]
 
name = "rattail"
 
version = "0.17.2"
 
version = "0.17.3"
 
description = "Retail Software Framework"
 
readme = "README.rst"
 
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
0 comments (0 inline, 0 general)