From 98576a627a3dcaf6fd8d41182086abbc46b10eb4 Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Wed, 4 Oct 2023 14:51:44 +0000 Subject: [PATCH] Update PolicyEngine Core --- CHANGELOG.md | 8 ++++++++ changelog.yaml | 6 ++++++ changelog_entry.yaml | 5 ----- setup.py | 2 +- 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b864d17ac..88725fb9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.6.0] - 2023-10-04 14:51:40 + +### Fixed + +- Bump numpy version +- Fix numpy record compatibility issue + ## [2.5.0] - 2023-08-02 12:54:44 ### Added @@ -442,6 +449,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[2.6.0]: https://github.com/PolicyEngine/policyengine-core/compare/2.5.0...2.6.0 [2.5.0]: https://github.com/PolicyEngine/policyengine-core/compare/2.4.0...2.5.0 [2.4.0]: https://github.com/PolicyEngine/policyengine-core/compare/2.3.0...2.4.0 [2.3.0]: https://github.com/PolicyEngine/policyengine-core/compare/2.2.1...2.3.0 diff --git a/changelog.yaml b/changelog.yaml index 9375089f0..a600ab36d 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -367,3 +367,9 @@ added: - Chart formatting utilities. date: 2023-08-02 12:54:44 +- bump: minor + changes: + fixed: + - Bump numpy version + - Fix numpy record compatibility issue + date: 2023-10-04 14:51:40 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index a8e5814b5..e69de29bb 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,5 +0,0 @@ -- bump: minor - changes: - fixed: - - Bump numpy version - - Fix numpy record compatibility issue diff --git a/setup.py b/setup.py index 6c568c762..da409125f 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ setup( name="policyengine-core", - version="2.5.0", + version="2.6.0", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[