diff --git a/CHANGELOG.md b/CHANGELOG.md index 71e0c5ee311..e6def2ed32c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.153.0] - 2024-11-25 23:01:42 + +### Added + +- Louisiana 2025 flat income tax rate. +- Louisiana 2025 retirement income exemption increase. + ## [1.152.0] - 2024-11-25 22:04:48 ### Added @@ -10309,6 +10316,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.153.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.152.0...1.153.0 [1.152.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.151.0...1.152.0 [1.151.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.150.1...1.151.0 [1.150.1]: https://github.com/PolicyEngine/policyengine-us/compare/1.150.0...1.150.1 diff --git a/changelog.yaml b/changelog.yaml index 753f34e3abd..20884c0dd1e 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -8740,3 +8740,9 @@ added: - Montana 2023 income tax rebate. date: 2024-11-25 22:04:48 +- bump: minor + changes: + added: + - Louisiana 2025 flat income tax rate. + - Louisiana 2025 retirement income exemption increase. + date: 2024-11-25 23:01:42 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 75f82465130..e69de29bb2d 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,5 +0,0 @@ -- bump: minor - changes: - added: - - Louisiana 2025 flat income tax rate. - - Louisiana 2025 retirement income exemption increase. diff --git a/setup.py b/setup.py index db502b19e6e..da44295d86b 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="policyengine-us", - version="1.152.0", + version="1.153.0", author="PolicyEngine", author_email="hello@policyengine.org", long_description=readme,