Skip to content

Commit 9fbe198

Browse files
committedNov 20, 2024·
Update PolicyEngine Core
1 parent f9bbce6 commit 9fbe198

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed
 

‎CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.12.5] - 2024-11-20 13:13:13
9+
10+
### Changed
11+
12+
- update the psutil requirement to version 6
13+
- update the furo requirment to <2025
14+
- update the markupsafe requirement to <3
15+
816
## [3.12.4] - 2024-11-11 14:20:12
917

1018
### Fixed
@@ -924,6 +932,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
924932

925933

926934

935+
[3.12.5]: https://github.com/PolicyEngine/policyengine-core/compare/3.12.4...3.12.5
927936
[3.12.4]: https://github.com/PolicyEngine/policyengine-core/compare/3.12.3...3.12.4
928937
[3.12.3]: https://github.com/PolicyEngine/policyengine-core/compare/3.12.2...3.12.3
929938
[3.12.2]: https://github.com/PolicyEngine/policyengine-core/compare/3.12.1...3.12.2

‎changelog.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -748,3 +748,10 @@
748748
This prevents other processes attempting to read a partial file or clobbering
749749
each other.
750750
date: 2024-11-11 14:20:12
751+
- bump: patch
752+
changes:
753+
changed:
754+
- update the psutil requirement to version 6
755+
- update the furo requirment to <2025
756+
- update the markupsafe requirement to <3
757+
date: 2024-11-20 13:13:13

‎changelog_entry.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +0,0 @@
1-
- bump: patch
2-
changes:
3-
changed:
4-
- update the psutil requirement to version 6
5-
- update the furo requirment to <2025
6-
- update the markupsafe requirement to <3

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
setup(
5050
name="policyengine-core",
51-
version="3.12.4",
51+
version="3.12.5",
5252
author="PolicyEngine",
5353
author_email="hello@policyengine.org",
5454
classifiers=[

0 commit comments

Comments
 (0)