From 5931f3e4839dcc19b8c1818644382f927c7f4986 Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Tue, 16 Apr 2024 13:19:07 +0000 Subject: [PATCH] Update PolicyEngine UK --- 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 03c7efda6..26fd8ee83 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). +## [0.73.1] - 2024-04-16 13:18:46 + +### Fixed + +- Bug causing frs_2021 simulations to error. +- Unnecessary system initialisation code. + ## [0.73.0] - 2024-04-12 17:36:36 ### Changed @@ -1220,6 +1227,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[0.73.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.73.0...0.73.1 [0.73.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.72.0...0.73.0 [0.72.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.71.0...0.72.0 [0.71.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.70.0...0.71.0 diff --git a/changelog.yaml b/changelog.yaml index 32cab656e..cb205f734 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1019,3 +1019,9 @@ changed: - OBR forecast update. date: 2024-04-12 17:36:36 +- bump: patch + changes: + fixed: + - Bug causing frs_2021 simulations to error. + - Unnecessary system initialisation code. + date: 2024-04-16 13:18:46 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 315ac646d..e69de29bb 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,5 +0,0 @@ -- bump: patch - changes: - fixed: - - Bug causing frs_2021 simulations to error. - - Unnecessary system initialisation code. diff --git a/setup.py b/setup.py index da77861b7..1bb1d701a 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="PolicyEngine-UK", - version="0.73.0", + version="0.73.1", author="PolicyEngine", author_email="nikhil@policyengine.org", classifiers=[