Skip to content

Commit

Permalink
Update PolicyEngine US
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGhenis committed Oct 21, 2024
1 parent 6e8b14c commit 7d6056f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.129.3] - 2024-10-21 20:37:15

### Fixed

- Changed weekly_hours_worked to weekly_hours_worked_before_lsr in SNAP formula to avoid circular dependency.

## [1.129.2] - 2024-10-21 20:22:41

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



[1.129.3]: https://github.com/PolicyEngine/policyengine-us/compare/1.129.2...1.129.3
[1.129.2]: https://github.com/PolicyEngine/policyengine-us/compare/1.129.1...1.129.2
[1.129.1]: https://github.com/PolicyEngine/policyengine-us/compare/1.129.0...1.129.1
[1.129.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.128.0...1.129.0
Expand Down
6 changes: 6 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8518,3 +8518,9 @@
changed:
- Updated required version of policyengine-core
date: 2024-10-21 20:22:41
- bump: patch
changes:
fixed:
- Changed weekly_hours_worked to weekly_hours_worked_before_lsr in SNAP formula
to avoid circular dependency.
date: 2024-10-21 20:37:15
4 changes: 0 additions & 4 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
- bump: patch
changes:
fixed:
- Changed weekly_hours_worked to weekly_hours_worked_before_lsr in SNAP formula to avoid circular dependency.
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.129.2",
version="1.129.3",
author="PolicyEngine",
author_email="[email protected]",
long_description=readme,
Expand Down

0 comments on commit 7d6056f

Please sign in to comment.