From 17609b5075a6a185c3bf31e4f0b16f9d858b7d79 Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Wed, 28 Aug 2024 16:41:28 +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 156c789a..2769f911 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.6.0] - 2024-08-28 16:41:26 + +### Fixed + +- Bugs in typing and Dataset saving. + ## [3.5.3] - 2024-08-21 14:34:52 ### Changed @@ -791,6 +797,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[3.6.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.5.3...3.6.0 [3.5.3]: https://github.com/PolicyEngine/policyengine-core/compare/3.5.2...3.5.3 [3.5.2]: https://github.com/PolicyEngine/policyengine-core/compare/3.5.1...3.5.2 [3.5.1]: https://github.com/PolicyEngine/policyengine-core/compare/3.5.0...3.5.1 diff --git a/changelog.yaml b/changelog.yaml index d94ae3e6..a0dc9e9c 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -634,3 +634,8 @@ changed: - Fixed script to initialize a reform within the simulation date: 2024-08-21 14:34:52 +- bump: minor + changes: + fixed: + - Bugs in typing and Dataset saving. + date: 2024-08-28 16:41:26 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 9dc4a032..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - fixed: - - Bugs in typing and Dataset saving. diff --git a/setup.py b/setup.py index 8370f6e3..50645ee8 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ setup( name="policyengine-core", - version="3.5.3", + version="3.6.0", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[