From 6d14ab0f198b53016937eac2065332af685dbf70 Mon Sep 17 00:00:00 2001 From: Joshua Klein Date: Tue, 7 Nov 2023 20:31:38 -0500 Subject: [PATCH] Prepare new version --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12b3075..a598f4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog][Keep a Changelog] and this project adheres to [Semantic Versioning][Semantic Versioning]. -## [Unreleased] +## [v1.3.1] + +### Changed +1. Replaced the global import of `pkg_resources` in `psims.validation.validator` with `importlib.resources` ## [v1.3.0] - 2023-11-03 @@ -450,8 +453,9 @@ The format is based on [Keep a Changelog][Keep a Changelog] and this project adh [Semantic Versioning]: https://semver.org/ -[Unreleased]: https://github.com/mobiusklein/psims/compare/v1.3.0...HEAD +[Unreleased]: https://github.com/mobiusklein/psims/compare/v1.3.1...HEAD [Released]: https://github.com/mobiusklein/psims/releases +[v1.3.1]: https://github.com/mobiusklein/psims/releases/v1.3.1 [v1.3.0]: https://github.com/mobiusklein/psims/releases/v1.3.0 [v1.2.9]: https://github.com/mobiusklein/psims/releases/v1.2.9 [v1.2.8]: https://github.com/mobiusklein/psims/releases/v1.2.8