From 5fa99747058942eaa712c886e8a5bbd0894c68d9 Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Fri, 1 Nov 2024 11:36:55 +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 36eed15d..68dc4e18 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). +## [3.12.1] - 2024-11-01 11:36:53 + +### Fixed + +- Bug causing Enums to fail in some simulations. + ## [3.12.0] - 2024-10-30 18:46:15 ### Changed @@ -900,6 +906,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[3.12.1]: https://github.com/PolicyEngine/policyengine-core/compare/3.12.0...3.12.1 [3.12.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.11.1...3.12.0 [3.11.1]: https://github.com/PolicyEngine/policyengine-core/compare/3.11.0...3.11.1 [3.11.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.10.0...3.11.0 diff --git a/changelog.yaml b/changelog.yaml index 13763bc0..8036962a 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -726,3 +726,8 @@ changed: - update the ipython requirement to version 8 date: 2024-10-30 18:46:15 +- bump: patch + changes: + fixed: + - Bug causing Enums to fail in some simulations. + date: 2024-11-01 11:36:53 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index a41f892b..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - fixed: - - Bug causing Enums to fail in some simulations. diff --git a/setup.py b/setup.py index 80113963..69818e7a 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ setup( name="policyengine-core", - version="3.12.0", + version="3.12.1", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[