From 3fc4308163eeadf7648ddb117b598d145f241545 Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Wed, 9 Oct 2024 20:29:37 +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 2373a4a2..108186b2 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.9.0] - 2024-10-09 20:29:35 + +### Changed + +- Shallow copy entities between TaxBenefitSystem objects when cloning + ## [3.8.2] - 2024-10-01 19:33:10 ### Changed @@ -866,6 +872,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[3.9.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.8.2...3.9.0 [3.8.2]: https://github.com/PolicyEngine/policyengine-core/compare/3.8.1...3.8.2 [3.8.1]: https://github.com/PolicyEngine/policyengine-core/compare/3.8.0...3.8.1 [3.8.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.7.1...3.8.0 diff --git a/changelog.yaml b/changelog.yaml index b3879438..a281902f 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -698,3 +698,8 @@ changed: - Updated README.md date: 2024-10-01 19:33:10 +- bump: minor + changes: + changed: + - Shallow copy entities between TaxBenefitSystem objects when cloning + date: 2024-10-09 20:29:35 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 6fc4a19a..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - changed: - - Shallow copy entities between TaxBenefitSystem objects when cloning \ No newline at end of file diff --git a/setup.py b/setup.py index ab5f49dc..d42b809f 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ setup( name="policyengine-core", - version="3.8.2", + version="3.9.0", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[