Skip to content

Commit afea237

Browse files
committed
Update package version
1 parent acac7f6 commit afea237

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.65.1] - 2025-12-04 14:45:58
9+
10+
### Changed
11+
12+
- Bump policyengine-core to 3.23.0 (adds strict enum validation).
13+
814
## [2.65.0] - 2025-12-03 16:17:09
915

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

24252431

24262432

2433+
[2.65.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.65.0...2.65.1
24272434
[2.65.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.64.1...2.65.0
24282435
[2.64.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.64.0...2.64.1
24292436
[2.64.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.63.0...2.64.0

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2076,3 +2076,8 @@
20762076
policies changing on April 6 (UK fiscal year start) were not reflected in simulations
20772077
for years 2026+.
20782078
date: 2025-12-03 16:17:09
2079+
- bump: patch
2080+
changes:
2081+
changed:
2082+
- Bump policyengine-core to 3.23.0 (adds strict enum validation).
2083+
date: 2025-12-04 14:45:58

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-
- Bump policyengine-core to 3.23.0 (adds strict enum validation).

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

0 commit comments

Comments
 (0)