Skip to content

Commit ef5af19

Browse files
committed
Update package version
1 parent f5e2a24 commit ef5af19

4 files changed

Lines changed: 14 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.70.7] - 2026-01-17 18:37:47
9+
10+
### Fixed
11+
12+
- Skip behavioral response tests when HUGGING_FACE_TOKEN is not available (enables Dependabot PRs to pass CI).
13+
814
## [2.70.6] - 2026-01-17 18:33:41
915

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

25632569

25642570

2571+
[2.70.7]: https://github.com/PolicyEngine/openfisca-uk/compare/2.70.6...2.70.7
25652572
[2.70.6]: https://github.com/PolicyEngine/openfisca-uk/compare/2.70.5...2.70.6
25662573
[2.70.5]: https://github.com/PolicyEngine/openfisca-uk/compare/2.70.4...2.70.5
25672574
[2.70.4]: https://github.com/PolicyEngine/openfisca-uk/compare/2.70.3...2.70.4

changelog.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2218,3 +2218,9 @@
22182218
- Fixed SCP baby bonus effective date to 2027-04-01 (fiscal year 2027-28) per
22192219
Scottish Budget 2026-27.
22202220
date: 2026-01-17 18:33:41
2221+
- bump: patch
2222+
changes:
2223+
fixed:
2224+
- Skip behavioral response tests when HUGGING_FACE_TOKEN is not available (enables
2225+
Dependabot PRs to pass CI).
2226+
date: 2026-01-17 18:37:47

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-
- Skip behavioral response tests when HUGGING_FACE_TOKEN is not available (enables Dependabot PRs to pass CI).

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

0 commit comments

Comments
 (0)