From 5be0afd189685e85bf815816f157391529ae4bdf Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Tue, 29 Oct 2024 20:04:05 +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 dda5a5fe..13c2997c 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.11.1] - 2024-10-29 20:04:02 + +### Changed + +- Replace custom implementation of microdf with deployed version + ## [3.11.0] - 2024-10-24 11:04:12 ### Fixed @@ -888,6 +894,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.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 [3.10.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.9.0...3.10.0 [3.9.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.8.2...3.9.0 diff --git a/changelog.yaml b/changelog.yaml index 93956630..11689be2 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -716,3 +716,8 @@ fixed: - Bug causing subsample to not work in some situations. date: 2024-10-24 11:04:12 +- bump: patch + changes: + changed: + - Replace custom implementation of microdf with deployed version + date: 2024-10-29 20:04:02 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 3561b249..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - changed: - - Replace custom implementation of microdf with deployed version \ No newline at end of file diff --git a/setup.py b/setup.py index f88606ef..535f3975 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ setup( name="policyengine-core", - version="3.11.0", + version="3.11.1", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[