Skip to content

Commit 8e810d0

Browse files
committed
Update package version
1 parent 86eef62 commit 8e810d0

4 files changed

Lines changed: 14 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.65.6] - 2025-12-09 08:44:22
9+
10+
### Fixed
11+
12+
- Fixed employer_ni_fixed_employer_cost_change variable returning impacts in baseline scenarios by correcting baseline parameter access.
13+
814
## [2.65.5] - 2025-12-08 22:13:29
915

1016
### Fixed
@@ -2456,6 +2462,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24562462

24572463

24582464

2465+
[2.65.6]: https://github.com/PolicyEngine/openfisca-uk/compare/2.65.5...2.65.6
24592466
[2.65.5]: https://github.com/PolicyEngine/openfisca-uk/compare/2.65.4...2.65.5
24602467
[2.65.4]: https://github.com/PolicyEngine/openfisca-uk/compare/2.65.3...2.65.4
24612468
[2.65.3]: https://github.com/PolicyEngine/openfisca-uk/compare/2.65.2...2.65.3

changelog.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2106,3 +2106,9 @@
21062106
on legislation.gov.uk
21072107
- Add missing 2025-26 Universal Credit non-dependent deduction amount (GBP 93.02)
21082108
date: 2025-12-08 22:13:29
2109+
- bump: patch
2110+
changes:
2111+
fixed:
2112+
- Fixed employer_ni_fixed_employer_cost_change variable returning impacts in baseline
2113+
scenarios by correcting baseline parameter access.
2114+
date: 2025-12-09 08:44:22

changelog_entry.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- bump: patch
2-
changes:
3-
fixed:
4-
- Fixed employer_ni_fixed_employer_cost_change variable returning impacts in baseline scenarios by correcting baseline parameter access.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "policyengine-uk"
3-
version = "2.65.5"
3+
version = "2.65.6"
44
description = "PolicyEngine tax and benefit system for the UK."
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)