From 4bdd44437f3c10d91492e3945dc6fa7f66499181 Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Fri, 22 Mar 2024 10:42:22 +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 2933fa324..c23511cdb 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.18.0] - 2024-03-22 10:42:19 + +### Added + +- Parameters can now be uprated based upon fixed cadences + ## [2.17.1] - 2024-03-05 13:01:42 ### Fixed @@ -593,6 +599,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[2.18.0]: https://github.com/PolicyEngine/policyengine-core/compare/2.17.1...2.18.0 [2.17.1]: https://github.com/PolicyEngine/policyengine-core/compare/2.17.0...2.17.1 [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 diff --git a/changelog.yaml b/changelog.yaml index bed1a9132..04d4924d3 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -496,3 +496,8 @@ fixed: - Breakdown-added parameters no longer precede uprating indices. date: 2024-03-05 13:01:42 +- bump: minor + changes: + added: + - Parameters can now be uprated based upon fixed cadences + date: 2024-03-22 10:42:19 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 589704f24..e69de29bb 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - added: - - Parameters can now be uprated based upon fixed cadences \ No newline at end of file diff --git a/setup.py b/setup.py index 8b3bfd837..aa23f34f4 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ setup( name="policyengine-core", - version="2.17.1", + version="2.18.0", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[