Skip to content

Commit b4a5692

Browse files
committed
Update package version
1 parent 031de87 commit b4a5692

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

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.72.3] - 2026-01-25 14:13:02
9+
10+
### Changed
11+
12+
- Bumped policyengine-core minimum version to 3.23.5 for pandas 3.0 compatibility
13+
814
## [2.72.2] - 2026-01-21 11:55:12
915

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

26022608

26032609

2610+
[2.72.3]: https://github.com/PolicyEngine/openfisca-uk/compare/2.72.2...2.72.3
26042611
[2.72.2]: https://github.com/PolicyEngine/openfisca-uk/compare/2.72.1...2.72.2
26052612
[2.72.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.72.0...2.72.1
26062613
[2.72.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.71.1...2.72.0

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2260,3 +2260,8 @@
22602260
of the amount above PA, causing the top rate to effectively start at 137,710
22612261
instead of 125,140.
22622262
date: 2026-01-21 11:55:12
2263+
- bump: patch
2264+
changes:
2265+
changed:
2266+
- Bumped policyengine-core minimum version to 3.23.5 for pandas 3.0 compatibility
2267+
date: 2026-01-25 14:13:02

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-
changed:
4-
- Bumped policyengine-core minimum version to 3.23.5 for pandas 3.0 compatibility

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

0 commit comments

Comments
 (0)