Skip to content

Commit 00ec6b1

Browse files
committed
Update package version
1 parent 3a9c139 commit 00ec6b1

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.5] - 2026-01-17 18:05:46
9+
10+
### Fixed
11+
12+
- CI workflows now handle missing HUGGING_FACE_TOKEN gracefully, allowing Dependabot PRs to run tests without failing on empty Bearer token errors.
13+
814
## [2.70.4] - 2026-01-17 17:45:51
915

1016
### Changed
@@ -2549,6 +2555,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25492555

25502556

25512557

2558+
[2.70.5]: https://github.com/PolicyEngine/openfisca-uk/compare/2.70.4...2.70.5
25522559
[2.70.4]: https://github.com/PolicyEngine/openfisca-uk/compare/2.70.3...2.70.4
25532560
[2.70.3]: https://github.com/PolicyEngine/openfisca-uk/compare/2.70.2...2.70.3
25542561
[2.70.2]: https://github.com/PolicyEngine/openfisca-uk/compare/2.70.1...2.70.2

changelog.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2203,3 +2203,9 @@
22032203
names (e.g., "Bank of England", "Child Benefit") and acronyms (e.g., "HMRC",
22042204
"VAT", "NHS")
22052205
date: 2026-01-17 17:45:51
2206+
- bump: patch
2207+
changes:
2208+
fixed:
2209+
- CI workflows now handle missing HUGGING_FACE_TOKEN gracefully, allowing Dependabot
2210+
PRs to run tests without failing on empty Bearer token errors.
2211+
date: 2026-01-17 18:05:46

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-
- CI workflows now handle missing HUGGING_FACE_TOKEN gracefully, allowing Dependabot PRs to run tests without failing on empty Bearer token errors.

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

0 commit comments

Comments
 (0)