From c96bedfc54fbc62f866bf0fe100fa8fcd22b6c5b Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Thu, 5 Dec 2024 14:47:03 +0000 Subject: [PATCH] Update PolicyEngine Core --- CHANGELOG.md | 7 +++++++ changelog.yaml | 5 +++++ changelog_entry.yaml | 4 ---- setup.py | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ca8df8d..767eb876 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). +## [3.15.0] - 2024-12-05 14:47:01 + +### Added + +- Chained reform handling in TaxBenefitSystems. + ## [3.14.1] - 2024-12-02 16:35:14 ### Changed @@ -952,6 +958,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[3.15.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.14.1...3.15.0 [3.14.1]: https://github.com/PolicyEngine/policyengine-core/compare/3.14.0...3.14.1 [3.14.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.13.0...3.14.0 [3.13.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.12.5...3.13.0 diff --git a/changelog.yaml b/changelog.yaml index f8f57de2..efecc782 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -772,3 +772,8 @@ - Fixed bugs in download_from_huggingface() method - Create utility function for pulling HuggingFace env var date: 2024-12-02 16:35:14 +- bump: minor + changes: + added: + - Chained reform handling in TaxBenefitSystems. + date: 2024-12-05 14:47:01 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 3cf97662..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - added: - - Chained reform handling in TaxBenefitSystems. diff --git a/setup.py b/setup.py index d71b7d0d..3a5c4169 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setup( name="policyengine-core", - version="3.14.1", + version="3.15.0", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[