diff --git a/CHANGELOG.md b/CHANGELOG.md index f6d59d9495f..8ca9c2e956a 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). +## [0.770.0] - 2024-05-10 15:49:10 + +### Added + +- Hawaii 2023 income tax parameters. + ## [0.769.0] - 2024-05-09 13:03:58 ### Added @@ -8487,6 +8493,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[0.770.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.769.0...0.770.0 [0.769.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.768.1...0.769.0 [0.768.1]: https://github.com/PolicyEngine/policyengine-us/compare/0.768.0...0.768.1 [0.768.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.767.0...0.768.0 diff --git a/changelog.yaml b/changelog.yaml index 27834982e93..7f4748e719e 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -7253,3 +7253,8 @@ added: - Create distinct Louisiana CDCC refundable and non-refundable variables. date: 2024-05-09 13:03:58 +- bump: minor + changes: + added: + - Hawaii 2023 income tax parameters. + date: 2024-05-10 15:49:10 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index e4373853395..e69de29bb2d 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - added: - - Hawaii 2023 income tax parameters. diff --git a/setup.py b/setup.py index a7a6a44507a..683f10a1247 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="policyengine-us", - version="0.769.0", + version="0.770.0", author="PolicyEngine", author_email="hello@policyengine.org", long_description=readme,