Skip to content

Commit e2a8a97

Browse files
Update package version
1 parent 91bb4ef commit e2a8a97

4 files changed

Lines changed: 15 additions & 6 deletions

File tree

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.34.2] - 2025-07-10 14:28:02
9+
10+
### Fixed
11+
12+
- Documentation improved for HBAI income concept.
13+
- Restructured HBAI income variables to better match the official definition.
14+
815
## [2.34.1] - 2025-07-10 12:10:52
916

1017
### Fixed
@@ -1866,6 +1873,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18661873

18671874

18681875

1876+
[2.34.2]: https://github.com/PolicyEngine/openfisca-uk/compare/2.34.1...2.34.2
18691877
[2.34.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.34.0...2.34.1
18701878
[2.34.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.33.0...2.34.0
18711879
[2.33.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.32.4...2.33.0

changelog.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1573,3 +1573,9 @@
15731573
fixed:
15741574
- Triple lock uses the average earnings index from the OBR.
15751575
date: 2025-07-10 12:10:52
1576+
- bump: patch
1577+
changes:
1578+
fixed:
1579+
- Documentation improved for HBAI income concept.
1580+
- Restructured HBAI income variables to better match the official definition.
1581+
date: 2025-07-10 14:28:02

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-
- Documentation improved for HBAI income concept.
5-
- Restructured HBAI income variables to better match the official definition.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name="PolicyEngine-UK",
7-
version="2.34.1",
7+
version="2.34.2",
88
author="PolicyEngine",
99
author_email="nikhil@policyengine.org",
1010
classifiers=[

0 commit comments

Comments
 (0)