Skip to content

Commit 3caccc8

Browse files
committed
Update package version
1 parent 0fc7ea1 commit 3caccc8

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

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.74.0] - 2026-02-23 13:44:25
9+
10+
### Fixed
11+
12+
- Include employer pension contributions and salary sacrifice in the Annual Allowance tax charge calculation, per Finance Act 2004 s.233.
13+
814
## [2.73.2] - 2026-02-23 13:07:05
915

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

26322638

26332639

2640+
[2.74.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.73.2...2.74.0
26342641
[2.73.2]: https://github.com/PolicyEngine/openfisca-uk/compare/2.73.1...2.73.2
26352642
[2.73.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.73.0...2.73.1
26362643
[2.73.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.72.4...2.73.0

changelog.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2289,3 +2289,9 @@
22892289
on datasets loaded via non-URL paths (e.g. UKSingleYearDataset or UKMultiYearDataset
22902290
passed directly)
22912291
date: 2026-02-23 13:07:05
2292+
- bump: minor
2293+
changes:
2294+
fixed:
2295+
- Include employer pension contributions and salary sacrifice in the Annual Allowance
2296+
tax charge calculation, per Finance Act 2004 s.233.
2297+
date: 2026-02-23 13:44:25

changelog_entry.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- bump: minor
2-
changes:
3-
fixed:
4-
- Include employer pension contributions and salary sacrifice in the Annual Allowance tax charge calculation, per Finance Act 2004 s.233.

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.73.2"
3+
version = "2.74.0"
44
description = "PolicyEngine tax and benefit system for the UK."
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)