diff --git a/CHANGELOG.md b/CHANGELOG.md index 108186b2..582e1f7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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.10.0] - 2024-10-17 15:59:10 + +### Added + +- Two tests related to extensions that were previously removed + +### Changed + +- Shallow copy GroupEntities and PopulationEntity when cloning TaxBenefitSystem object + ## [3.9.0] - 2024-10-09 20:29:35 ### Changed @@ -872,6 +882,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[3.10.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.9.0...3.10.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 diff --git a/changelog.yaml b/changelog.yaml index a281902f..2307c4e6 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -703,3 +703,11 @@ changed: - Shallow copy entities between TaxBenefitSystem objects when cloning date: 2024-10-09 20:29:35 +- bump: minor + changes: + added: + - Two tests related to extensions that were previously removed + changed: + - Shallow copy GroupEntities and PopulationEntity when cloning TaxBenefitSystem + object + date: 2024-10-17 15:59:10 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 4d118c82..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,6 +0,0 @@ -- bump: minor - changes: - changed: - - Shallow copy GroupEntities and PopulationEntity when cloning TaxBenefitSystem object - added: - - Two tests related to extensions that were previously removed \ No newline at end of file diff --git a/setup.py b/setup.py index d42b809f..ed780641 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ setup( name="policyengine-core", - version="3.9.0", + version="3.10.0", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[