diff --git a/CHANGELOG.md b/CHANGELOG.md index fda2d743116..e04235675bd 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.93.0] - 2024-09-25 17:55:53 + +### Added + +- Add post TCJA income tax rates. + ## [1.92.1] - 2024-09-25 11:53:57 ### Changed @@ -9790,6 +9796,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.93.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.92.1...1.93.0 [1.92.1]: https://github.com/PolicyEngine/policyengine-us/compare/1.92.0...1.92.1 [1.92.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.91.0...1.92.0 [1.91.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.90.0...1.91.0 diff --git a/changelog.yaml b/changelog.yaml index 457519d03a6..5e254af875c 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -8296,3 +8296,8 @@ changed: - US data version to 1.6.0. date: 2024-09-25 11:53:57 +- bump: minor + changes: + added: + - Add post TCJA income tax rates. + date: 2024-09-25 17:55:53 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 9e354493a14..e69de29bb2d 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - added: - - Add post TCJA income tax rates. diff --git a/setup.py b/setup.py index 29665175768..c09ddd1f567 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="policyengine-us", - version="1.92.1", + version="1.93.0", author="PolicyEngine", author_email="hello@policyengine.org", long_description=readme,