Skip to content

Commit

Permalink
Update PolicyEngine US
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelMakarchuk committed Feb 11, 2025
1 parent 23c7a28 commit 1ef1d68
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.192.1] - 2025-02-11 18:25:27

### Fixed

- Create a non_deductible_mortgage_interest variable.
- Sum deductible and non-deductible interest in the mortgage_interest variable.

## [1.192.0] - 2025-02-11 16:25:15

### Added
Expand Down Expand Up @@ -10762,6 +10769,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



[1.192.1]: https://github.com/PolicyEngine/policyengine-us/compare/1.192.0...1.192.1
[1.192.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.191.0...1.192.0
[1.191.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.190.0...1.191.0
[1.190.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.189.0...1.190.0
Expand Down
6 changes: 6 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9103,3 +9103,9 @@
added:
- Apply itemized deduction limitations.
date: 2025-02-11 16:25:15
- bump: patch
changes:
fixed:
- Create a non_deductible_mortgage_interest variable.
- Sum deductible and non-deductible interest in the mortgage_interest variable.
date: 2025-02-11 18:25:27
5 changes: 0 additions & 5 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@
- bump: patch
changes:
fixed:
- Create a non_deductible_mortgage_interest variable.
- Sum deductible and non-deductible interest in the mortgage_interest variable.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="policyengine-us",
version="1.192.0",
version="1.192.1",
author="PolicyEngine",
author_email="[email protected]",
long_description=readme,
Expand Down

0 comments on commit 1ef1d68

Please sign in to comment.