Skip to content

Commit 14d77ad

Browse files
Update package version
1 parent 88bdf19 commit 14d77ad

4 files changed

Lines changed: 13 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.35.1] - 2025-07-11 14:15:07
9+
10+
### Fixed
11+
12+
- Private pension income index set to RPI<=5%
13+
814
## [2.35.0] - 2025-07-11 13:43:26
915

1016
### Changed
@@ -1897,6 +1903,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18971903

18981904

18991905

1906+
[2.35.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.35.0...2.35.1
19001907
[2.35.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.34.5...2.35.0
19011908
[2.34.5]: https://github.com/PolicyEngine/openfisca-uk/compare/2.34.4...2.34.5
19021909
[2.34.4]: https://github.com/PolicyEngine/openfisca-uk/compare/2.34.3...2.34.4

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1601,3 +1601,8 @@
16011601
- Earnings uprated with OBR average earnings rather than per-capita employment
16021602
income.
16031603
date: 2025-07-11 13:43:26
1604+
- bump: patch
1605+
changes:
1606+
fixed:
1607+
- Private pension income index set to RPI<=5%
1608+
date: 2025-07-11 14:15:07

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-
- Private pension income index set to RPI<=5%

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

0 commit comments

Comments
 (0)