diff --git a/CHANGELOG.md b/CHANGELOG.md index 4935ae002a2..8cad25dc816 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.150.1] - 2024-11-25 12:08:59 + +### Fixed + +- Montana 2023 / 2024 EITC match. + ## [1.150.0] - 2024-11-21 03:44:18 ### Added @@ -10291,6 +10297,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.150.1]: https://github.com/PolicyEngine/policyengine-us/compare/1.150.0...1.150.1 [1.150.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.149.0...1.150.0 [1.149.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.148.0...1.149.0 [1.148.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.147.0...1.148.0 diff --git a/changelog.yaml b/changelog.yaml index f5f47ef1d14..cb740a853ae 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -8725,3 +8725,8 @@ added: - Reform to repeal state dependent exemptions. date: 2024-11-21 03:44:18 +- bump: patch + changes: + fixed: + - Montana 2023 / 2024 EITC match. + date: 2024-11-25 12:08:59 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 6862928ed5c..e69de29bb2d 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - fixed: - - Montana 2023 / 2024 EITC match. diff --git a/setup.py b/setup.py index cdb7c9c5b54..21ef8d24c7e 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="policyengine-us", - version="1.150.0", + version="1.150.1", author="PolicyEngine", author_email="hello@policyengine.org", long_description=readme,