From 6778461e2b13a0cfe3185c2f06711fd7ea3b71d5 Mon Sep 17 00:00:00 2001 From: Nikhil Woodruff Date: Wed, 30 Oct 2024 14:03:10 +0000 Subject: [PATCH] Fix secondary threshold in 2028 --- CHANGELOG.md | 7 +++++++ changelog.yaml | 5 +++++ .../class_1/thresholds/secondary_threshold.yaml | 2 +- setup.py | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e302f772..dc4c5620 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). +## [2.14.1] - 2024-10-30 14:02:58 + +### Fixed + +- NI threshold in 2027. + ## [2.14.0] - 2024-10-28 12:09:01 ### Fixed @@ -1579,6 +1585,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[2.14.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.14.0...2.14.1 [2.14.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.13.2...2.14.0 [2.13.2]: https://github.com/PolicyEngine/openfisca-uk/compare/2.13.1...2.13.2 [2.13.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.13.0...2.13.1 diff --git a/changelog.yaml b/changelog.yaml index 484e0231..d36ff171 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1325,3 +1325,8 @@ fixed: - Bugs affecting household app calculations. date: 2024-10-28 12:09:01 +- bump: patch + changes: + fixed: + - NI threshold in 2027. + date: 2024-10-30 14:02:58 diff --git a/policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/thresholds/secondary_threshold.yaml b/policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/thresholds/secondary_threshold.yaml index 694f9899..941cd29b 100644 --- a/policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/thresholds/secondary_threshold.yaml +++ b/policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/thresholds/secondary_threshold.yaml @@ -24,7 +24,7 @@ values: value: 175 2024-01-01: 175 2027-04-01: - value: 241.73 + value: 175 metadata: reference: - title: Spring Statement 2022 diff --git a/setup.py b/setup.py index ef3e9969..0e44da4c 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="PolicyEngine-UK", - version="2.14.0", + version="2.14.1", author="PolicyEngine", author_email="nikhil@policyengine.org", classifiers=[