File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ 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
+ ## [ 2.10.0] - 2023-11-22 15:05:43
9
+
10
+ ### Fixed
11
+
12
+ - Reforms always apply before parameter utilities.
13
+
8
14
## [ 2.9.0] - 2023-11-12 13:23:23
9
15
10
16
### Added
@@ -494,6 +500,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
494
500
495
501
496
502
503
+ [ 2.10.0 ] : https://github.com/PolicyEngine/policyengine-core/compare/2.9.0...2.10.0
497
504
[ 2.9.0 ] : https://github.com/PolicyEngine/policyengine-core/compare/2.8.2...2.9.0
498
505
[ 2.8.2 ] : https://github.com/PolicyEngine/policyengine-core/compare/2.8.1...2.8.2
499
506
[ 2.8.1 ] : https://github.com/PolicyEngine/policyengine-core/compare/2.8.0...2.8.1
Original file line number Diff line number Diff line change 409
409
added :
410
410
- PolicyEngine API integration for reforms.
411
411
date : 2023-11-12 13:23:23
412
+ - bump : minor
413
+ changes :
414
+ fixed :
415
+ - Reforms always apply before parameter utilities.
416
+ date : 2023-11-22 15:05:43
Original file line number Diff line number Diff line change 1
- - bump : minor
2
- changes :
3
- fixed :
4
- - Reforms always apply before parameter utilities.
Original file line number Diff line number Diff line change 48
48
49
49
setup (
50
50
name = "policyengine-core" ,
51
- version = "2.9 .0" ,
51
+ version = "2.10 .0" ,
52
52
author = "PolicyEngine" ,
53
53
54
54
classifiers = [
You can’t perform that action at this time.
0 commit comments