From 418ce867278f7009a22d70cfa6ca71a6ca85fce2 Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Mon, 4 Mar 2024 11:27:42 +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 dc0c4302f..983cc722e 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). +## [2.17.0] - 2024-03-04 11:27:40 + +### Changed + +- Add method for propagating units to descendants for ParameterScale objects + ## [2.16.1] - 2024-02-29 16:03:09 ### Fixed @@ -581,6 +587,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[2.17.0]: https://github.com/PolicyEngine/policyengine-core/compare/2.16.1...2.17.0 [2.16.1]: https://github.com/PolicyEngine/policyengine-core/compare/2.16.0...2.16.1 [2.16.0]: https://github.com/PolicyEngine/policyengine-core/compare/2.15.0...2.16.0 [2.15.0]: https://github.com/PolicyEngine/policyengine-core/compare/2.14.0...2.15.0 diff --git a/changelog.yaml b/changelog.yaml index 035d08b0f..24675caaf 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -486,3 +486,8 @@ fixed: - Fixed a bug in Core monthlyisation. date: 2024-02-29 16:03:09 +- bump: minor + changes: + changed: + - Add method for propagating units to descendants for ParameterScale objects + date: 2024-03-04 11:27:40 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 4081d5a83..e69de29bb 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - changed: - - Add method for propagating units to descendants for ParameterScale objects diff --git a/setup.py b/setup.py index 5264416d7..172de7159 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ setup( name="policyengine-core", - version="2.16.1", + version="2.17.0", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[