Skip to content

Commit

Permalink
Update PolicyEngine UK
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed May 23, 2024
1 parent 77d6059 commit ea89f8e
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.77.0] - 2024-05-23 17:20:21

### Added

- Abolition switch for State Pension payments.
- Freeze switch for Pension Credit payments.

### Fixed

- New benefit claimants are now accounted for in reforms.

## [0.76.0] - 2024-05-02 11:47:45

### Added
Expand Down Expand Up @@ -1251,6 +1262,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



[0.77.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.76.0...0.77.0
[0.76.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.75.0...0.76.0
[0.75.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.74.1...0.75.0
[0.74.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.74.0...0.74.1
Expand Down
8 changes: 8 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1045,3 +1045,11 @@
added:
- U.S. progress on labour supply responses.
date: 2024-05-02 11:47:45
- bump: minor
changes:
added:
- Abolition switch for State Pension payments.
- Freeze switch for Pension Credit payments.
fixed:
- New benefit claimants are now accounted for in reforms.
date: 2024-05-23 17:20:21
7 changes: 0 additions & 7 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +0,0 @@
- bump: minor
changes:
fixed:
- New benefit claimants are now accounted for in reforms.
added:
- Abolition switch for State Pension payments.
- Freeze switch for Pension Credit payments.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="PolicyEngine-UK",
version="0.76.0",
version="0.77.0",
author="PolicyEngine",
author_email="[email protected]",
classifiers=[
Expand Down

0 comments on commit ea89f8e

Please sign in to comment.