Skip to content

Commit 8bdad4b

Browse files
committed
Update package version
1 parent 2e604c0 commit 8bdad4b

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.41.0] - 2025-07-22 19:49:35
9+
10+
### Changed
11+
12+
- Standardize decimals in parameters.
13+
814
## [2.40.2] - 2025-07-22 09:37:07
915

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

19871993

19881994

1995+
[2.41.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.40.2...2.41.0
19891996
[2.40.2]: https://github.com/PolicyEngine/openfisca-uk/compare/2.40.1...2.40.2
19901997
[2.40.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.40.0...2.40.1
19911998
[2.40.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.39.3...2.40.0

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1678,3 +1678,8 @@
16781678
fixed:
16791679
- Bug in uprating.
16801680
date: 2025-07-22 09:37:07
1681+
- bump: minor
1682+
changes:
1683+
changed:
1684+
- Standardize decimals in parameters.
1685+
date: 2025-07-22 19:49:35

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-
changed:
4-
- Standardize decimals in parameters.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "policyengine-uk"
3-
version = "2.40.2"
3+
version = "2.41.0"
44
description = "PolicyEngine tax and benefit system for the UK"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)