Skip to content

Commit 45f8d2f

Browse files
Update package version
1 parent 232e6fa commit 45f8d2f

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.24.1] - 2025-05-06 15:36:49
9+
10+
### Fixed
11+
12+
- Delete redundant weeks_per_year file from extended childcare.
13+
814
## [2.24.0] - 2025-04-16 13:04:31
915

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

17331739

17341740

1741+
[2.24.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.24.0...2.24.1
17351742
[2.24.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.23.2...2.24.0
17361743
[2.23.2]: https://github.com/PolicyEngine/openfisca-uk/compare/2.23.1...2.23.2
17371744
[2.23.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.23.0...2.23.1

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,3 +1457,8 @@
14571457
added:
14581458
- Child eligible variables for childcare programs.
14591459
date: 2025-04-16 13:04:31
1460+
- bump: patch
1461+
changes:
1462+
fixed:
1463+
- Delete redundant weeks_per_year file from extended childcare.
1464+
date: 2025-05-06 15:36:49

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-
- Delete redundant weeks_per_year file from extended childcare.

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

0 commit comments

Comments
 (0)