diff --git a/CHANGELOG.md b/CHANGELOG.md index 42375097850..fdf295a0098 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/changelog.yaml b/changelog.yaml index c00c7b46fb2..e6c3caeb618 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -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 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 6a13cd56a15..e69de29bb2d 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -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. diff --git a/setup.py b/setup.py index 9b1e1b69964..cb5f7f2f7bf 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="policyengine-us", - version="1.129.2", + version="1.129.3", author="PolicyEngine", author_email="hello@policyengine.org", long_description=readme,