From 9fbe198bc16e090fa39e92f67a8c393ccf7eb455 Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Wed, 20 Nov 2024 13:13:16 +0000 Subject: [PATCH] Update PolicyEngine Core --- CHANGELOG.md | 9 +++++++++ changelog.yaml | 7 +++++++ changelog_entry.yaml | 6 ------ setup.py | 2 +- 4 files changed, 17 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31b7615b..a189cdc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.12.5] - 2024-11-20 13:13:13 + +### Changed + +- update the psutil requirement to version 6 +- update the furo requirment to <2025 +- update the markupsafe requirement to <3 + ## [3.12.4] - 2024-11-11 14:20:12 ### Fixed @@ -924,6 +932,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[3.12.5]: https://github.com/PolicyEngine/policyengine-core/compare/3.12.4...3.12.5 [3.12.4]: https://github.com/PolicyEngine/policyengine-core/compare/3.12.3...3.12.4 [3.12.3]: https://github.com/PolicyEngine/policyengine-core/compare/3.12.2...3.12.3 [3.12.2]: https://github.com/PolicyEngine/policyengine-core/compare/3.12.1...3.12.2 diff --git a/changelog.yaml b/changelog.yaml index 5a3d1628..41fec5c7 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -748,3 +748,10 @@ This prevents other processes attempting to read a partial file or clobbering each other. date: 2024-11-11 14:20:12 +- bump: patch + changes: + changed: + - update the psutil requirement to version 6 + - update the furo requirment to <2025 + - update the markupsafe requirement to <3 + date: 2024-11-20 13:13:13 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index ebc0cfdf..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,6 +0,0 @@ -- bump: patch - changes: - changed: - - update the psutil requirement to version 6 - - update the furo requirment to <2025 - - update the markupsafe requirement to <3 \ No newline at end of file diff --git a/setup.py b/setup.py index 2f7ccfb6..422ae149 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ setup( name="policyengine-core", - version="3.12.4", + version="3.12.5", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[