From d0ee3941f2e663256a4f0a4a3dd668a04d271637 Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Thu, 6 Jun 2024 09:09:45 +0000 Subject: [PATCH] Update PolicyEngine Core --- CHANGELOG.md | 45 ++++++++++++++++++++++++++++++++++++++++++++ changelog.yaml | 4 ++++ changelog_entry.yaml | 3 --- setup.py | 2 +- 4 files changed, 50 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d027bafbf..eb3f2af7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,50 @@ 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.1] - 2024-06-06 09:09:41 + +### Added + +- V +- i +- s +- u +- a +- l +- i +- z +- a +- t +- i +- o +- n +- +- o +- p +- t +- i +- o +- n +- +- w +- h +- e +- n +- +- r +- u +- n +- n +- i +- n +- g +- +- t +- e +- s +- t +- s + ## [2.23.0] - 2024-06-04 19:43:13 ### Added @@ -694,6 +738,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[2.23.1]: https://github.com/PolicyEngine/policyengine-core/compare/2.23.0...2.23.1 [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 diff --git a/changelog.yaml b/changelog.yaml index b384cfe80..83d9b5b94 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -582,3 +582,7 @@ added: - max_value and min_value in Variable class. date: 2024-06-04 19:43:13 +- bump: patch + changes: + added: Visualization option when running tests + date: 2024-06-06 09:09:41 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 02b79f1a4..e69de29bb 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,3 +0,0 @@ -- bump: patch - changes: - added: Visualization option when running tests diff --git a/setup.py b/setup.py index 6fd99f95d..6e7ce5549 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ setup( name="policyengine-core", - version="2.23.0", + version="2.23.1", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[