Skip to content

Commit 30b9e38

Browse files
committed
Update package version
1 parent 896b8c5 commit 30b9e38

4 files changed

Lines changed: 16 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.2] - 2025-11-28 14:58:06
9+
10+
### Fixed
11+
12+
- Fix fuel duty rates to use calendar year averages instead of incorrectly selecting first rate of each year in reform calculations. Updates 2026-2029 rates to weighted averages (53.45p, 59.02p, 61.11p, 62.90p) with detailed documentation of actual source values and calculation methodology.
13+
814
## [2.61.1] - 2025-11-28 13:48:04
915

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

23602366

23612367

2368+
[2.61.2]: https://github.com/PolicyEngine/openfisca-uk/compare/2.61.1...2.61.2
23622369
[2.61.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.61.0...2.61.1
23632370
[2.61.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.60.0...2.61.0
23642371
[2.60.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.59.0...2.60.0

changelog.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2010,3 +2010,11 @@
20102010
fixed:
20112011
- Update HH net income calculation.
20122012
date: 2025-11-28 13:48:04
2013+
- bump: patch
2014+
changes:
2015+
fixed:
2016+
- Fix fuel duty rates to use calendar year averages instead of incorrectly selecting
2017+
first rate of each year in reform calculations. Updates 2026-2029 rates to weighted
2018+
averages (53.45p, 59.02p, 61.11p, 62.90p) with detailed documentation of actual
2019+
source values and calculation methodology.
2020+
date: 2025-11-28 14:58:06

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-
- Fix fuel duty rates to use calendar year averages instead of incorrectly selecting first rate of each year in reform calculations. Updates 2026-2029 rates to weighted averages (53.45p, 59.02p, 61.11p, 62.90p) with detailed documentation of actual source values and calculation methodology.

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

0 commit comments

Comments
 (0)