From 70de6239cc8d0c1b017d3bb651ff0942ebfe9692 Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Wed, 27 Dec 2023 13:28:10 +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 21d143c49..b72627b79 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.12.1] - 2023-12-27 13:28:08 + +### Fixed + +- API to reform functionality made more editable. + ## [2.12.0] - 2023-12-26 18:31:31 ### Added @@ -542,6 +548,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[2.12.1]: https://github.com/PolicyEngine/policyengine-core/compare/2.12.0...2.12.1 [2.12.0]: https://github.com/PolicyEngine/policyengine-core/compare/2.11.5...2.12.0 [2.11.5]: https://github.com/PolicyEngine/policyengine-core/compare/2.11.4...2.11.5 [2.11.4]: https://github.com/PolicyEngine/policyengine-core/compare/2.11.3...2.11.4 diff --git a/changelog.yaml b/changelog.yaml index c42309377..90fec0ee4 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -450,3 +450,8 @@ added: - API ID to reform object functionality. date: 2023-12-26 18:31:31 +- bump: patch + changes: + fixed: + - API to reform functionality made more editable. + date: 2023-12-27 13:28:08 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 8fa5dc0da..e69de29bb 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - fixed: - - API to reform functionality made more editable. diff --git a/setup.py b/setup.py index 3ff67390d..23518104a 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ setup( name="policyengine-core", - version="2.12.0", + version="2.12.1", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[