From 31e307c8da36dffb0dd73d6dc0d472f22b3de58a Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Wed, 8 May 2024 08:44:51 +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 16becfb07..4a310cebe 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.21.2] - 2024-05-08 08:44:48 + +### Fixed + +- Generation of enum-typed variables + ## [2.21.1] - 2024-05-07 15:44:58 ### Fixed @@ -640,6 +646,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[2.21.2]: https://github.com/PolicyEngine/policyengine-core/compare/2.21.1...2.21.2 [2.21.1]: https://github.com/PolicyEngine/policyengine-core/compare/2.21.0...2.21.1 [2.21.0]: https://github.com/PolicyEngine/policyengine-core/compare/2.20.0...2.21.0 [2.20.0]: https://github.com/PolicyEngine/policyengine-core/compare/2.19.2...2.20.0 diff --git a/changelog.yaml b/changelog.yaml index 74e8d0118..ce602b80e 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -534,3 +534,8 @@ fixed: - Bug in macro caching logic. date: 2024-05-07 15:44:58 +- bump: patch + changes: + fixed: + - Generation of enum-typed variables + date: 2024-05-08 08:44:48 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 3e446c732..e69de29bb 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - fixed: - - Generation of enum-typed variables \ No newline at end of file diff --git a/setup.py b/setup.py index 0a15c5c25..c099ea91e 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setup( name="policyengine-core", - version="2.21.1", + version="2.21.2", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[