From 728cc41c2f15b1b1c153aef6aeef711f4a9c195b Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Tue, 29 Oct 2024 19:15:43 +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 d65b7d3..a2deb0b 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.11.1] - 2024-10-29 19:15:42 + +### Changed + +- Reverted to using standard version of microdf + ## [1.11.0] - 2024-10-09 14:11:41 ### Changed @@ -156,6 +162,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.11.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.11.0...1.11.1 [1.11.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.10.0...1.11.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 diff --git a/changelog.yaml b/changelog.yaml index 7ad8b9b..debcd0b 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -122,3 +122,8 @@ changed: - EITC targets improved by uprating 2020 rather than 2021 targets. date: 2024-10-09 14:11:41 +- bump: patch + changes: + changed: + - Reverted to using standard version of microdf + date: 2024-10-29 19:15:42 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index df196ad..e69de29 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - changed: - - Reverted to using standard version of microdf \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index d12bb9d..a4bbbc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "policyengine_us_data" -version = "1.11.0" +version = "1.11.1" description = "A package to create representative microdata for the US." readme = "README.md" authors = [