Skip to content

Commit 80b9aae

Browse files
committed
Update package version
1 parent 80b1520 commit 80b9aae

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.61.0] - 2025-11-28 11:59:37
9+
10+
### Added
11+
12+
- Add student loan repayment modelling with parameters for Plan 1, 2, 4, 5 and postgraduate loans, including thresholds and repayment rates.
13+
814
## [2.60.0] - 2025-11-27 16:24:25
915

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

23482354

23492355

2356+
[2.61.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.60.0...2.61.0
23502357
[2.60.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.59.0...2.60.0
23512358
[2.59.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.58.0...2.59.0
23522359
[2.58.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.57.1...2.58.0

changelog.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1999,3 +1999,9 @@
19991999
Updates fuel duty schedule with freeze until September 2026, staggered 5p cut
20002000
reversal, and RPI uprating from April 2027.
20012001
date: 2025-11-27 16:24:25
2002+
- bump: minor
2003+
changes:
2004+
added:
2005+
- Add student loan repayment modelling with parameters for Plan 1, 2, 4, 5 and
2006+
postgraduate loans, including thresholds and repayment rates.
2007+
date: 2025-11-28 11:59:37

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-
- Add student loan repayment modelling with parameters for Plan 1, 2, 4, 5 and postgraduate loans, including thresholds and repayment rates.

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

0 commit comments

Comments
 (0)