Skip to content

Commit 24dc366

Browse files
Update package version
1 parent f10f5ee commit 24dc366

4 files changed

Lines changed: 17 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.43.0] - 2025-07-26 11:31:02
9+
10+
### Added
11+
12+
- Scenario class for reforms.
13+
- Documentation of Scenario and Simulation.
14+
- Standardisation of uprating behaviour.
15+
816
## [2.42.0] - 2025-07-25 08:57:23
917

1018
### Changed
@@ -2022,6 +2030,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20222030

20232031

20242032

2033+
[2.43.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.42.0...2.43.0
20252034
[2.42.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.41.4...2.42.0
20262035
[2.41.4]: https://github.com/PolicyEngine/openfisca-uk/compare/2.41.3...2.41.4
20272036
[2.41.3]: https://github.com/PolicyEngine/openfisca-uk/compare/2.41.2...2.41.3

changelog.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1708,3 +1708,10 @@
17081708
changed:
17091709
- Add after housing costs deflator
17101710
date: 2025-07-25 08:57:23
1711+
- bump: minor
1712+
changes:
1713+
added:
1714+
- Scenario class for reforms.
1715+
- Documentation of Scenario and Simulation.
1716+
- Standardisation of uprating behaviour.
1717+
date: 2025-07-26 11:31:02

changelog_entry.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +0,0 @@
1-
- bump: minor
2-
changes:
3-
added:
4-
- Scenario class for reforms.
5-
- Documentation of Scenario and Simulation.
6-
- Standardisation of uprating behaviour.

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

0 commit comments

Comments
 (0)