From 2c6eb9ba8aef0851c1c3247b99d18d6ecbe0acb2 Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Fri, 21 Jul 2023 14:55:18 +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 56468d76d..f58d4c625 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.4.0] - 2023-07-21 14:55:15 + +### Added + +- Chart formatting utilities. + ## [2.3.0] - 2023-06-30 08:22:27 ### Added @@ -430,6 +436,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.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 [2.2.1]: https://github.com/PolicyEngine/policyengine-core/compare/2.2.0...2.2.1 [2.2.0]: https://github.com/PolicyEngine/policyengine-core/compare/2.1.1...2.2.0 diff --git a/changelog.yaml b/changelog.yaml index f4c4f6b9e..9efcf5ec7 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -357,3 +357,8 @@ - Optional argument for saving datasets to a specific file path. - Safety check for Path objects not being strings. date: 2023-06-30 08:22:27 +- bump: minor + changes: + added: + - Chart formatting utilities. + date: 2023-07-21 14:55:15 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 308c11e76..e69de29bb 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - added: - - Chart formatting utilities. diff --git a/setup.py b/setup.py index 9ca43a79d..9527aee47 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ setup( name="policyengine-core", - version="2.3.0", + version="2.4.0", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[