Skip to content

Commit 163d4b7

Browse files
committed
Update package version
1 parent 9e3fd65 commit 163d4b7

4 files changed

Lines changed: 16 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.71.1] - 2026-01-17 18:54:27
9+
10+
### Fixed
11+
12+
- Reverted premature SCP 2026-27 rate increase (not yet law).
13+
- Refactored SCP baby bonus reform to use £40/week total as the policy parameter instead of a fixed bonus amount.
14+
815
## [2.71.0] - 2026-01-17 18:39:20
916

1017
### Added
@@ -2574,6 +2581,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25742581

25752582

25762583

2584+
[2.71.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.71.0...2.71.1
25772585
[2.71.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.70.7...2.71.0
25782586
[2.70.7]: https://github.com/PolicyEngine/openfisca-uk/compare/2.70.6...2.70.7
25792587
[2.70.6]: https://github.com/PolicyEngine/openfisca-uk/compare/2.70.5...2.70.6

changelog.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2230,3 +2230,10 @@
22302230
- Scottish Child Payment increased to 28.20/week for 2026-27, per Scottish Budget
22312231
2026-27.
22322232
date: 2026-01-17 18:39:20
2233+
- bump: patch
2234+
changes:
2235+
fixed:
2236+
- Reverted premature SCP 2026-27 rate increase (not yet law).
2237+
- "Refactored SCP baby bonus reform to use \xA340/week total as the policy parameter\
2238+
\ instead of a fixed bonus amount."
2239+
date: 2026-01-17 18:54:27

changelog_entry.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
- bump: patch
2-
changes:
3-
fixed:
4-
- Reverted premature SCP 2026-27 rate increase (not yet law).
5-
- Refactored SCP baby bonus reform to use £40/week total as the policy parameter instead of a fixed bonus amount.

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

0 commit comments

Comments
 (0)