File tree 4 files changed +17
-7
lines changed
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.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
16
## [ 3.12.4] - 2024-11-11 14:20:12
9
17
10
18
### Fixed
@@ -924,6 +932,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
924
932
925
933
926
934
935
+ [ 3.12.5 ] : https://github.com/PolicyEngine/policyengine-core/compare/3.12.4...3.12.5
927
936
[ 3.12.4 ] : https://github.com/PolicyEngine/policyengine-core/compare/3.12.3...3.12.4
928
937
[ 3.12.3 ] : https://github.com/PolicyEngine/policyengine-core/compare/3.12.2...3.12.3
929
938
[ 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 748
748
This prevents other processes attempting to read a partial file or clobbering
749
749
each other.
750
750
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 48
48
49
49
setup (
50
50
name = "policyengine-core" ,
51
- version = "3.12.4 " ,
51
+ version = "3.12.5 " ,
52
52
author = "PolicyEngine" ,
53
53
author_email = "hello@policyengine.org" ,
54
54
classifiers = [
You can’t perform that action at this time.
0 commit comments