Skip to content

Commit dbb0d86

Browse files
Update package version
1 parent 3ee6b3f commit dbb0d86

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.40.0] - 2025-07-21 13:23:31
9+
10+
### Added
11+
12+
- UKMultiYearDataset class to handle multiple fiscal years.
13+
- Uprating of datasets using the `uprate` method.
14+
815
## [2.39.3] - 2025-07-17 12:45:26
916

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

19681975

19691976

1977+
[2.40.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.39.3...2.40.0
19701978
[2.39.3]: https://github.com/PolicyEngine/openfisca-uk/compare/2.39.2...2.39.3
19711979
[2.39.2]: https://github.com/PolicyEngine/openfisca-uk/compare/2.39.1...2.39.2
19721980
[2.39.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.39.0...2.39.1

changelog.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1662,3 +1662,9 @@
16621662
fixed:
16631663
- NI domestic rates taken as reported.
16641664
date: 2025-07-17 12:45:26
1665+
- bump: minor
1666+
changes:
1667+
added:
1668+
- UKMultiYearDataset class to handle multiple fiscal years.
1669+
- Uprating of datasets using the `uprate` method.
1670+
date: 2025-07-21 13:23:31

changelog_entry.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
- bump: minor
2-
changes:
3-
added:
4-
- UKMultiYearDataset class to handle multiple fiscal years.
5-
- Uprating of datasets using the `uprate` method.

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

0 commit comments

Comments
 (0)