Skip to content

Commit 65cf605

Browse files
Update package version
1 parent b234722 commit 65cf605

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.54.1] - 2025-10-15 12:18:22
9+
10+
### Fixed
11+
12+
- Fixed randomness between runs caused by UC reform.
13+
814
## [2.54.0] - 2025-09-30 14:40:31
915

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

22652271

22662272

2273+
[2.54.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.54.0...2.54.1
22672274
[2.54.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.53.1...2.54.0
22682275
[2.53.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.53.0...2.53.1
22692276
[2.53.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.52.1...2.53.0

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1917,3 +1917,8 @@
19171917
of marginal rates.
19181918
- Potential bug in labour supply response variable initialization order.
19191919
date: 2025-09-30 14:40:31
1920+
- bump: patch
1921+
changes:
1922+
fixed:
1923+
- Fixed randomness between runs caused by UC reform.
1924+
date: 2025-10-15 12:18:22

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-
- Fixed randomness between runs caused by UC reform.

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

0 commit comments

Comments
 (0)