From e0021da981552503eb6c60af0ef00b4a6fe84224 Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Tue, 4 Jun 2024 19:43:16 +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 2898369e7..d027bafbf 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.23.0] - 2024-06-04 19:43:13 + +### Added + +- max_value and min_value in Variable class. + ## [2.22.0] - 2024-05-31 11:12:13 ### Fixed @@ -688,6 +694,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[2.23.0]: https://github.com/PolicyEngine/policyengine-core/compare/2.22.0...2.23.0 [2.22.0]: https://github.com/PolicyEngine/policyengine-core/compare/2.21.8...2.22.0 [2.21.8]: https://github.com/PolicyEngine/policyengine-core/compare/2.21.7...2.21.8 [2.21.7]: https://github.com/PolicyEngine/policyengine-core/compare/2.21.6...2.21.7 diff --git a/changelog.yaml b/changelog.yaml index c4b69e4d1..b384cfe80 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -577,3 +577,8 @@ fixed: - Bug causing reforms affecting data to not affect caches. date: 2024-05-31 11:12:13 +- bump: minor + changes: + added: + - max_value and min_value in Variable class. + date: 2024-06-04 19:43:13 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index b62d91908..e69de29bb 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - added: - - max_value and min_value in Variable class. \ No newline at end of file diff --git a/setup.py b/setup.py index 71016d564..1e1352403 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setup( name="policyengine-core", - version="2.22.0", + version="2.23.0", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[