From f68aab4d8fafd7e15f53f97d5c72a4ab2612586a 2024-07-16 17:21:35 From: Lance Edgar Date: 2024-07-16 17:21:35 Subject: [PATCH] bump: version 0.17.1 → 0.17.2 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 642fe0249cdb70a241326e670e7c1e243d16f756..5c233700d908287113127749593c4d2acb9565ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.17.2 (2024-07-16) + +### Fix + +- avoid deprecated `self.model` for people handler + ## v0.17.1 (2024-07-15) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 59fdae4390f7806fec1df92ae37cba154cee3de0..1a7513cae5e265fe1854118cd057d10af6f66125 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "rattail" -version = "0.17.1" +version = "0.17.2" description = "Retail Software Framework" readme = "README.rst" authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]