File tree Expand file tree Collapse file tree 4 files changed +17
-7
lines changed Expand file tree Collapse file tree 4 files changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 4848
4949setup (
5050 name = "policyengine-core" ,
51- version = "3.12.4 " ,
51+ version = "3.12.5 " ,
5252 author = "PolicyEngine" ,
53535454 classifiers = [
You can’t perform that action at this time.
0 commit comments