Skip to content

Commit 04363cb

Browse files
committed
Update package version
1 parent 4a9ef35 commit 04363cb

5 files changed

Lines changed: 13 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [2.75.2] - 2026-03-17
2+
3+
### Changed
4+
5+
- Replaced personal PAT with `GITHUB_TOKEN` in versioning workflow. Publish now runs as a sequential job instead of requiring a re-triggered workflow, removing the dependency on a personal access token for same-repo operations.
6+
7+
### Fixed
8+
9+
- Fixed `hbai_household_net_income` to respect `abolish_council_tax` parameter and include LVT in subtracts, so that poverty statistics correctly respond to council tax abolition and land value tax reforms.
10+
- Fixed invalid `secrets` reference in versioning workflow step condition that prevented the workflow from running.
11+
12+
113
## [2.75.1] - 2026-03-10
214

315
### Changed

changelog.d/fix-hbai-council-tax-lvt.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/fix-versioning-secrets-syntax.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/fix-versioning-workflow.changed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

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

0 commit comments

Comments
 (0)