Skip to content

Commit 8cc9e38

Browse files
committed
Update package version
1 parent 1a90ca1 commit 8cc9e38

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.70.1] - 2026-01-17 17:17:54
9+
10+
### Fixed
11+
12+
- CI now runs on dependency updates (pyproject.toml, uv.lock changes)
13+
- Fixed Scottish Child Payment test format to use array notation for person-level output
14+
815
## [2.70.0] - 2026-01-17 04:45:58
916

1017
### Changed
@@ -2524,6 +2531,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25242531

25252532

25262533

2534+
[2.70.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.70.0...2.70.1
25272535
[2.70.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.69.0...2.70.0
25282536
[2.69.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.68.1...2.69.0
25292537
[2.68.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.68.0...2.68.1

changelog.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2175,3 +2175,10 @@
21752175
to data package. Variables now read pre-computed values from datasets for deterministic,
21762176
reproducible calculations.
21772177
date: 2026-01-17 04:45:58
2178+
- bump: patch
2179+
changes:
2180+
fixed:
2181+
- CI now runs on dependency updates (pyproject.toml, uv.lock changes)
2182+
- Fixed Scottish Child Payment test format to use array notation for person-level
2183+
output
2184+
date: 2026-01-17 17:17:54

changelog_entry.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
- bump: patch
2-
changes:
3-
fixed:
4-
- CI now runs on dependency updates (pyproject.toml, uv.lock changes)
5-
- Fixed Scottish Child Payment test format to use array notation for person-level output

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

0 commit comments

Comments
 (0)