Skip to content

Commit 35f07f2

Browse files
committed
Update package version
1 parent c58e28e commit 35f07f2

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

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+
## [1.38.0] - 2026-02-18 14:08:40
9+
10+
### Changed
11+
12+
- Replaced ad-hoc calibration targets with structured registry and source modules.
13+
814
## [1.37.1] - 2026-02-17 16:05:41
915

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

606612

607613

614+
[1.38.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.37.1...1.38.0
608615
[1.37.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.37.0...1.37.1
609616
[1.37.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.36.2...1.37.0
610617
[1.36.2]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.36.1...1.36.2

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,3 +537,8 @@
537537
are created for the calibrator.
538538
- Remove xfail markers from salary sacrifice headcount tests.
539539
date: 2026-02-17 16:05:41
540+
- bump: minor
541+
changes:
542+
changed:
543+
- Replaced ad-hoc calibration targets with structured registry and source modules.
544+
date: 2026-02-18 14:08:40

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-
- Replaced ad-hoc calibration targets with structured registry and source modules.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "policyengine_uk_data"
7-
version = "1.37.1"
7+
version = "1.38.0"
88
description = "A package to create representative microdata for the UK."
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)