From a7070104e822d9384855a494d420c4eab6b633b2 Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Wed, 22 Nov 2023 12:04:35 +0000 Subject: [PATCH] Update PolicyEngine UK --- 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 0ebc0de39..2c0072190 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.59.0] - 2023-11-22 12:04:13 + +### Added + +- Switch for benefit uprating. + ## [0.58.2] - 2023-11-16 16:32:22 ### Added @@ -1075,6 +1081,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[0.59.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.58.2...0.59.0 [0.58.2]: https://github.com/PolicyEngine/openfisca-uk/compare/0.58.1...0.58.2 [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 diff --git a/changelog.yaml b/changelog.yaml index 9ec22ff4f..eeb2c9672 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -896,3 +896,8 @@ - Updated LBTT rate increase for non-primary residences. - Fixed SDLT description. date: 2023-11-16 16:32:22 +- bump: minor + changes: + added: + - Switch for benefit uprating. + date: 2023-11-22 12:04:13 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index bc8421dbe..e69de29bb 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - added: - - Switch for benefit uprating. diff --git a/setup.py b/setup.py index 5cfdb7b12..113bc506c 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="PolicyEngine-UK", - version="0.58.2", + version="0.59.0", author="PolicyEngine", author_email="nikhil@policyengine.org", classifiers=[