diff --git a/CHANGELOG.md b/CHANGELOG.md index ceb1594..88403ee 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.10.0] - 2024-10-08 15:48:46 + +### Fixed + +- EITC calibration. + ## [1.9.0] - 2024-10-07 11:45:52 ### Added @@ -144,6 +150,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.10.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.9.0...1.10.0 [1.9.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.8.0...1.9.0 [1.8.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.7.0...1.8.0 [1.7.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.6.0...1.7.0 diff --git a/changelog.yaml b/changelog.yaml index ebd24c3..df3e868 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -112,3 +112,8 @@ - EITC calibration by child counts. - 10% dropout during weight calibration. date: 2024-10-07 11:45:52 +- bump: minor + changes: + fixed: + - EITC calibration. + date: 2024-10-08 15:48:46 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 370323a..e69de29 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - fixed: - - EITC calibration. diff --git a/pyproject.toml b/pyproject.toml index 69239ac..59e6009 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "policyengine_us_data" -version = "1.9.0" +version = "1.10.0" description = "A package to create representative microdata for the US." readme = "README.md" authors = [