From f109959cd81e4c06ea38187c747eb862383ff084 Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Wed, 25 Sep 2024 10:40:41 +0000 Subject: [PATCH] Update PolicyEngine US data --- CHANGELOG.md | 7 +++++++ changelog.yaml | 5 +++++ changelog_entry.yaml | 4 ---- pyproject.toml | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cc07f5..6a05d98 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.6.0] - 2024-09-25 10:40:39 + +### Added + +- State and household size as predictors for rent and property taxes. + ## [1.5.1] - 2024-09-23 11:22:32 ### Changed @@ -119,6 +125,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.6.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.5.1...1.6.0 [1.5.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.5.0...1.5.1 [1.5.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.4.5...1.5.0 [1.4.5]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.4.4...1.4.5 diff --git a/changelog.yaml b/changelog.yaml index a88e3f7..71fbdd8 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -91,3 +91,8 @@ - Documentation updated. - URLs for PUF data. date: 2024-09-23 11:22:32 +- bump: minor + changes: + added: + - State and household size as predictors for rent and property taxes. + date: 2024-09-25 10:40:39 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 5e069a6..e69de29 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - added: - - State and household size as predictors for rent and property taxes. diff --git a/pyproject.toml b/pyproject.toml index 0df3687..213181f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "policyengine_us_data" -version = "1.5.1" +version = "1.6.0" description = "A package to create representative microdata for the US." readme = "README.md" authors = [