diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b18a6a2673..84457f7d5fa 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.721.0] - 2024-04-01 22:07:43 + +### Added + +- 2023 Kansas Tax Rules. + ## [0.720.0] - 2024-04-01 00:10:04 ### Added @@ -8040,6 +8046,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[0.721.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.720.0...0.721.0 [0.720.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.719.1...0.720.0 [0.719.1]: https://github.com/PolicyEngine/policyengine-us/compare/0.719.0...0.719.1 [0.719.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.718.0...0.719.0 diff --git a/changelog.yaml b/changelog.yaml index 07c8b512a83..a9f03a657b2 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -6859,3 +6859,8 @@ added: - Delaware 2023 income tax parameters. date: 2024-04-01 00:10:04 +- bump: minor + changes: + added: + - 2023 Kansas Tax Rules. + date: 2024-04-01 22:07:43 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 344564a8fa3..e69de29bb2d 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - added: - - 2023 Kansas Tax Rules. diff --git a/setup.py b/setup.py index 9daa1ef492b..b242a5705e1 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="policyengine-us", - version="0.720.0", + version="0.721.0", author="PolicyEngine", author_email="hello@policyengine.org", long_description=readme,