Skip to content

Commit 41a93d3

Browse files
Update package version
1 parent dc7a315 commit 41a93d3

4 files changed

Lines changed: 13 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.26.0] - 2025-05-22 11:02:05
9+
10+
### Fixed
11+
12+
- Implemented 2016 Savings Credit eligibility restriction in Pension Credit.
13+
814
## [2.25.0] - 2025-05-21 09:46:26
915

1016
### Added
@@ -1751,6 +1757,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17511757

17521758

17531759

1760+
[2.26.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.25.0...2.26.0
17541761
[2.25.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.24.2...2.25.0
17551762
[2.24.2]: https://github.com/PolicyEngine/openfisca-uk/compare/2.24.1...2.24.2
17561763
[2.24.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.24.0...2.24.1

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1475,3 +1475,8 @@
14751475
added:
14761476
- Public service spending variables.
14771477
date: 2025-05-21 09:46:26
1478+
- bump: minor
1479+
changes:
1480+
fixed:
1481+
- Implemented 2016 Savings Credit eligibility restriction in Pension Credit.
1482+
date: 2025-05-22 11:02:05

changelog_entry.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- bump: minor
2-
changes:
3-
fixed:
4-
- Implemented 2016 Savings Credit eligibility restriction in Pension Credit.

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.25.0",
7+
version="2.26.0",
88
author="PolicyEngine",
99
author_email="nikhil@policyengine.org",
1010
classifiers=[

0 commit comments

Comments
 (0)