From 2199f77c9e5650640d249d10408c0a1dfa41bb7a Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Wed, 8 May 2024 13:36:03 +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 4a310cebe..55911ba2e 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.3] - 2024-05-08 13:36:00 + +### Added + +- Dependency upgrade for pytest, from 7 to 8. + ## [2.21.2] - 2024-05-08 08:44:48 ### Fixed @@ -646,6 +652,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[2.21.3]: https://github.com/PolicyEngine/policyengine-core/compare/2.21.2...2.21.3 [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 diff --git a/changelog.yaml b/changelog.yaml index ce602b80e..1f6fe9245 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -539,3 +539,8 @@ fixed: - Generation of enum-typed variables date: 2024-05-08 08:44:48 +- bump: patch + changes: + added: + - Dependency upgrade for pytest, from 7 to 8. + date: 2024-05-08 13:36:00 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index abf6982a8..e69de29bb 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - added: - - Dependency upgrade for pytest, from 7 to 8. \ No newline at end of file diff --git a/setup.py b/setup.py index 72a046823..327334a3d 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setup( name="policyengine-core", - version="2.21.2", + version="2.21.3", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[