Skip to content

Commit 6b44af9

Browse files
committed
Update package version
1 parent 695d9b2 commit 6b44af9

4 files changed

Lines changed: 15 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.70.0] - 2026-01-17 04:45:58
9+
10+
### Changed
11+
12+
- Remove randomness from country package by moving stochastic variable generation to data package. Variables now read pre-computed values from datasets for deterministic, reproducible calculations.
13+
814
## [2.69.0] - 2026-01-15 15:17:19
915

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

25192525

25202526

2527+
[2.70.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.69.0...2.70.0
25212528
[2.69.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.68.1...2.69.0
25222529
[2.68.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.68.0...2.68.1
25232530
[2.68.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.67.0...2.68.0

changelog.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2168,3 +2168,10 @@
21682168
added:
21692169
- Scottish Child Payment baby bonus reform.
21702170
date: 2026-01-15 15:17:19
2171+
- bump: minor
2172+
changes:
2173+
changed:
2174+
- Remove randomness from country package by moving stochastic variable generation
2175+
to data package. Variables now read pre-computed values from datasets for deterministic,
2176+
reproducible calculations.
2177+
date: 2026-01-17 04:45:58

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-
- Remove randomness from country package by moving stochastic variable generation to data package. Variables now read pre-computed values from datasets for deterministic, reproducible calculations.

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

0 commit comments

Comments
 (0)