From 62e6be0d918f32e8bad85d85181223f2f50bad7e Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Wed, 21 Aug 2024 14:34:55 +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 53fb701a..156c789a 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.5.3] - 2024-08-21 14:34:52 + +### Changed + +- Fixed script to initialize a reform within the simulation + ## [3.5.2] - 2024-08-17 19:28:38 ### Changed @@ -785,6 +791,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.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 [3.5.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.4.0...3.5.0 diff --git a/changelog.yaml b/changelog.yaml index dd2691dc..d94ae3e6 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -629,3 +629,8 @@ changed: - change mypy version from 1.11.1 to <2 date: 2024-08-17 19:28:38 +- bump: patch + changes: + changed: + - Fixed script to initialize a reform within the simulation + date: 2024-08-21 14:34:52 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index d8014d48..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - changed: - - Fixed script to initialize a reform within the simulation \ No newline at end of file diff --git a/setup.py b/setup.py index 463a07df..8370f6e3 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ setup( name="policyengine-core", - version="3.5.2", + version="3.5.3", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[