Skip to content

Commit 0f2cd0f

Browse files
Update package version
1 parent e830f92 commit 0f2cd0f

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.23.1] - 2025-04-15 08:32:54
9+
10+
### Fixed
11+
12+
- Removed uk-data as a dependency from the package.
13+
814
## [2.23.0] - 2025-04-07 09:00:36
915

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

17141720

17151721

1722+
[2.23.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.23.0...2.23.1
17161723
[2.23.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.22.8...2.23.0
17171724
[2.22.8]: https://github.com/PolicyEngine/openfisca-uk/compare/2.22.7...2.22.8
17181725
[2.22.7]: https://github.com/PolicyEngine/openfisca-uk/compare/2.22.6...2.22.7

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1441,3 +1441,8 @@
14411441
added:
14421442
- Rename 'study childcare entitlement' to 'care to learn'
14431443
date: 2025-04-07 09:00:36
1444+
- bump: patch
1445+
changes:
1446+
fixed:
1447+
- Removed uk-data as a dependency from the package.
1448+
date: 2025-04-15 08:32:54

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-
- Removed uk-data as a dependency from the package.

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

0 commit comments

Comments
 (0)