Skip to content

Commit c379969

Browse files
committed
Update PolicyEngine US
1 parent 27a3e74 commit c379969

File tree

4 files changed

+51
-9
lines changed

4 files changed

+51
-9
lines changed

CHANGELOG.md

Lines changed: 45 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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+
## [1.251.1] - 2025-04-16 23:27:50
9+
10+
### Added
11+
12+
- Added CHIP as a program seperate from Medicaid.
13+
814
## [1.251.0] - 2025-04-15 18:10:28
915

1016
### Added
@@ -952,7 +958,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
952958

953959
### Added
954960

955-
- Added 2025 SSI, AND-CS, and OAP values.
961+
- 2
962+
- 0
963+
- 2
964+
- 5
965+
-
966+
- S
967+
- S
968+
- I
969+
- ,
970+
-
971+
- A
972+
- N
973+
- D
974+
- -
975+
- C
976+
- S
977+
- ,
978+
-
979+
- a
980+
- n
981+
- d
982+
-
983+
- O
984+
- A
985+
- P
986+
-
987+
- v
988+
- a
989+
- l
990+
- u
991+
- e
992+
- s
956993

957994
## [1.162.0] - 2024-12-18 02:31:13
958995

@@ -3115,7 +3152,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
31153152

31163153
### Fixed
31173154

3118-
- Delaware \_joint AGI and deductions variable attribution.
3155+
- Delaware _joint AGI and deductions variable attribution.
31193156

31203157
## [0.733.0] - 2024-04-12 20:25:53
31213158

@@ -5724,7 +5761,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
57245761

57255762
### Added
57265763

5727-
- Seven empty state ??\_income_tax.py variables.
5764+
- Seven empty state ??_income_tax.py variables.
57285765
- All states to the state_income_taxes.py adds list.
57295766

57305767
## [0.506.1] - 2023-10-17 22:47:08
@@ -6827,7 +6864,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
68276864

68286865
### Fixed
68296866

6830-
- Error-prone {short,long}\_term_capital_losses variables by removing them.
6867+
- Error-prone {short,long}_term_capital_losses variables by removing them.
68316868

68326869
## [0.390.0] - 2023-07-26 16:33:04
68336870

@@ -11355,6 +11392,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1135511392

1135611393
- First prototype version with a standard deduction variable.
1135711394

11395+
11396+
11397+
[1.251.1]: https://github.com/PolicyEngine/policyengine-us/compare/1.251.0...1.251.1
1135811398
[1.251.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.250.0...1.251.0
1135911399
[1.250.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.249.0...1.250.0
1136011400
[1.249.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.248.2...1.249.0
@@ -13179,3 +13219,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1317913219
[0.3.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.2.0...0.3.0
1318013220
[0.2.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.1.0...0.2.0
1318113221
[0.1.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.0.1...0.1.0
13222+

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9656,3 +9656,8 @@
96569656
added:
96579657
- AFA 2025 reform.
96589658
date: 2025-04-15 18:10:28
9659+
- bump: patch
9660+
changes:
9661+
added:
9662+
- Added CHIP as a program seperate from Medicaid.
9663+
date: 2025-04-16 23:27:50

changelog_entry.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- bump: patch
2-
changes:
3-
added:
4-
- Added CHIP as a program seperate from Medicaid.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="policyengine-us",
10-
version="1.251.0",
10+
version="1.251.1",
1111
author="PolicyEngine",
1212
author_email="[email protected]",
1313
long_description=readme,

0 commit comments

Comments
 (0)