Skip to content

Commit f804282

Browse files
committed
Update package version
1 parent 32b56c9 commit f804282

4 files changed

Lines changed: 17 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.68.1] - 2026-01-13 17:13:11
9+
10+
### Fixed
11+
12+
- Dataset uprating bug where region values weren't converted to strings for rent indexing
13+
- Salary sacrifice default behavior to be static (0) instead of fully optimized (1.0)
14+
815
## [2.68.0] - 2026-01-13 15:46:23
916

1017
### Added
@@ -2505,6 +2512,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25052512

25062513

25072514

2515+
[2.68.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.68.0...2.68.1
25082516
[2.68.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.67.0...2.68.0
25092517
[2.67.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.66.0...2.67.0
25102518
[2.66.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.65.9...2.66.0

changelog.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2155,3 +2155,11 @@
21552155
added:
21562156
- 2025-26 Scottish income tax rates.
21572157
date: 2026-01-13 15:46:23
2158+
- bump: patch
2159+
changes:
2160+
fixed:
2161+
- Dataset uprating bug where region values weren't converted to strings for rent
2162+
indexing
2163+
- Salary sacrifice default behavior to be static (0) instead of fully optimized
2164+
(1.0)
2165+
date: 2026-01-13 17:13:11

changelog_entry.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +0,0 @@
1-
- bump: patch
2-
changes:
3-
fixed:
4-
- Dataset uprating bug where region values weren't converted to strings for rent indexing
5-
- Salary sacrifice default behavior to be static (0) instead of fully optimized (1.0)
6-

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

0 commit comments

Comments
 (0)