Skip to content

Commit 9f718e8

Browse files
committed
Update package version
1 parent 7d4e746 commit 9f718e8

4 files changed

Lines changed: 17 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.60.0] - 2025-11-27 16:24:25
9+
10+
### Added
11+
12+
- November 2025 Autumn Budget parameter updates. Extends income tax threshold freeze (personal allowance GBP 12,570, higher rate GBP 50,270, additional rate GBP 125,140) and NICs secondary threshold freeze (GBP 96/week) to April 2031. Updates fuel duty schedule with freeze until September 2026, staggered 5p cut reversal, and RPI uprating from April 2027.
13+
814
## [2.59.0] - 2025-11-27 09:29:34
915

1016
### Added
@@ -2341,6 +2347,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23412347

23422348

23432349

2350+
[2.60.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.59.0...2.60.0
23442351
[2.59.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.58.0...2.59.0
23452352
[2.58.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.57.1...2.58.0
23462353
[2.57.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.57.0...2.57.1

changelog.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1990,3 +1990,12 @@
19901990
+2pp basic/higher from April 2026, savings +2pp from April 2027, property +2pp
19911991
from April 2027.
19921992
date: 2025-11-27 09:29:34
1993+
- bump: minor
1994+
changes:
1995+
added:
1996+
- November 2025 Autumn Budget parameter updates. Extends income tax threshold
1997+
freeze (personal allowance GBP 12,570, higher rate GBP 50,270, additional rate
1998+
GBP 125,140) and NICs secondary threshold freeze (GBP 96/week) to April 2031.
1999+
Updates fuel duty schedule with freeze until September 2026, staggered 5p cut
2000+
reversal, and RPI uprating from April 2027.
2001+
date: 2025-11-27 16:24: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-
added:
4-
- November 2025 Autumn Budget parameter updates. Extends income tax threshold freeze (personal allowance GBP 12,570, higher rate GBP 50,270, additional rate GBP 125,140) and NICs secondary threshold freeze (GBP 96/week) to April 2031. Updates fuel duty schedule with freeze until September 2026, staggered 5p cut reversal, and RPI uprating from April 2027.

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

0 commit comments

Comments
 (0)