diff --git a/CHANGELOG.md b/CHANGELOG.md index a0a2756..225501c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to tailbone-corepos 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.2 (2024-11-18) + +### Fix + +- add startup workaround for CORE model imports, to avoid error + ## v0.3.1 (2024-08-18) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 1fb6efd..8ef8cf8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "tailbone-corepos" -version = "0.3.1" +version = "0.3.2" description = "Tailbone interfaces for CORE POS" readme = "README.md" authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]