Skip to content

Commit 2ec96f1

Browse files
Update package version
1 parent d504661 commit 2ec96f1

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.47.4] - 2025-08-14 16:30:16
9+
10+
### Fixed
11+
12+
- Issue causing capital gains elasticities to not take effect.
13+
814
## [2.47.3] - 2025-08-13 08:14:33
915

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

21632169

21642170

2171+
[2.47.4]: https://github.com/PolicyEngine/openfisca-uk/compare/2.47.3...2.47.4
21652172
[2.47.3]: https://github.com/PolicyEngine/openfisca-uk/compare/2.47.2...2.47.3
21662173
[2.47.2]: https://github.com/PolicyEngine/openfisca-uk/compare/2.47.1...2.47.2
21672174
[2.47.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.47.0...2.47.1

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1830,3 +1830,8 @@
18301830
- Scenario class now supports all Reform object types and maintains backwards
18311831
compatibility.
18321832
date: 2025-08-13 08:14:33
1833+
- bump: patch
1834+
changes:
1835+
fixed:
1836+
- Issue causing capital gains elasticities to not take effect.
1837+
date: 2025-08-14 16:30:16

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-
- Issue causing capital gains elasticities to not take effect.

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.47.3"
3+
version = "2.47.4"
44
description = "PolicyEngine tax and benefit system for the UK."
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)