From 64937e231314de177cd3ee71423ff30fa43f3614 Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Tue, 14 May 2024 15:33: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 9103f37fc..595f22a1f 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.8] - 2024-05-14 15:33:07 + +### Fixed + +- Uncap coverage. + ## [2.21.7] - 2024-05-14 15:27:27 ### Fixed @@ -676,6 +682,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.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 [2.21.6]: https://github.com/PolicyEngine/policyengine-core/compare/2.21.5...2.21.6 [2.21.5]: https://github.com/PolicyEngine/policyengine-core/compare/2.21.4...2.21.5 diff --git a/changelog.yaml b/changelog.yaml index 697e8f6d5..2d66b21a3 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -567,3 +567,8 @@ fixed: - Remove name metadata tag in docs. date: 2024-05-14 15:27:27 +- bump: patch + changes: + fixed: + - Uncap coverage. + date: 2024-05-14 15:33:07 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 2b6cfd8d7..e69de29bb 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - fixed: - - Uncap coverage. diff --git a/setup.py b/setup.py index 84a201ff0..2834e8a02 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setup( name="policyengine-core", - version="2.21.7", + version="2.21.8", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[