From 24027e6a2e7d97e65fdd638456682dfd497d2b12 Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Fri, 27 Oct 2023 20:43:11 +0000 Subject: [PATCH] Update PolicyEngine UK --- CHANGELOG.md | 7 +++++++ changelog.yaml | 6 ++++++ changelog_entry.yaml | 4 ---- setup.py | 2 +- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5522b98bf..b62018640 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). +## [0.58.1] - 2023-10-27 20:42:43 + +### Fixed + +- Bug causing child minimum basic income ages to function incorrectly when the adult UBI is nonzero. + ## [0.58.0] - 2023-10-19 15:46:33 ### Added @@ -1057,6 +1063,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[0.58.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.58.0...0.58.1 [0.58.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.57.0...0.58.0 [0.57.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.56.4...0.57.0 [0.56.4]: https://github.com/PolicyEngine/openfisca-uk/compare/0.56.3...0.56.4 diff --git a/changelog.yaml b/changelog.yaml index 239cb085c..736944f87 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -881,3 +881,9 @@ added: - Pension Credit documentation page. date: 2023-10-19 15:46:33 +- bump: patch + changes: + fixed: + - Bug causing child minimum basic income ages to function incorrectly when the + adult UBI is nonzero. + date: 2023-10-27 20:42:43 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 6beb1147e..e69de29bb 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - fixed: - - Bug causing child minimum basic income ages to function incorrectly when the adult UBI is nonzero. diff --git a/setup.py b/setup.py index 2e071afb6..e42515926 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="PolicyEngine-UK", - version="0.58.0", + version="0.58.1", author="PolicyEngine", author_email="nikhil@policyengine.org", classifiers=[