diff --git a/CHANGELOG.md b/CHANGELOG.md index f769870fc5d..376a87f5e1c 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). +## [0.546.1] - 2023-11-30 18:10:45 + +### Fixed + +- Relocate some ACA parameters to clarify their role. +- Rename one ACA variable to clarify its role. + ## [0.546.0] - 2023-11-30 02:27:14 ### Added @@ -6034,6 +6041,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[0.546.1]: https://github.com/PolicyEngine/policyengine-us/compare/0.546.0...0.546.1 [0.546.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.545.0...0.546.0 [0.545.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.544.0...0.545.0 [0.544.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.543.0...0.544.0 diff --git a/changelog.yaml b/changelog.yaml index eb7499e2f37..05d210b7607 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -5108,3 +5108,9 @@ added: - Montana itemized deductions. date: 2023-11-30 02:27:14 +- bump: patch + changes: + fixed: + - Relocate some ACA parameters to clarify their role. + - Rename one ACA variable to clarify its role. + date: 2023-11-30 18:10:45 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 14dec1d3d73..e69de29bb2d 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,5 +0,0 @@ -- bump: patch - changes: - fixed: - - Relocate some ACA parameters to clarify their role. - - Rename one ACA variable to clarify its role. diff --git a/setup.py b/setup.py index 92c5eb778da..4c265ddf637 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="policyengine-us", - version="0.546.0", + version="0.546.1", author="PolicyEngine", author_email="hello@policyengine.org", long_description=readme,