Skip to content

Commit d223439

Browse files
Update package version
1 parent cf157d0 commit d223439

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.28.2] - 2025-05-28 09:03:21
9+
10+
### Fixed
11+
12+
- Bug in employer NI incidence parameters.
13+
814
## [2.28.1] - 2025-05-27 10:44:15
915

1016
### Fixed
@@ -1781,6 +1787,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17811787

17821788

17831789

1790+
[2.28.2]: https://github.com/PolicyEngine/openfisca-uk/compare/2.28.1...2.28.2
17841791
[2.28.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.28.0...2.28.1
17851792
[2.28.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.27.0...2.28.0
17861793
[2.27.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.26.1...2.27.0

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1500,3 +1500,8 @@
15001500
fixed:
15011501
- Removed duplicate parameters in Pension Credit.
15021502
date: 2025-05-27 10:44:15
1503+
- bump: patch
1504+
changes:
1505+
fixed:
1506+
- Bug in employer NI incidence parameters.
1507+
date: 2025-05-28 09:03:21

changelog_entry.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- bump: patch
2-
changes:
3-
fixed:
4-
- Bug in employer NI incidence parameters.

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

0 commit comments

Comments
 (0)