Skip to content

Commit e02a28c

Browse files
committed
Update package version
1 parent d8afcf2 commit e02a28c

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

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+
## [1.32.0] - 2025-06-23 14:48:18
9+
10+
### Added
11+
12+
- SSN card type imputation algorithm.
13+
- Family correlation adjustment to align parent-child SSN status.
14+
815
## [1.31.0] - 2025-06-19 21:34:31
916

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

429436

430437

438+
[1.32.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.31.0...1.32.0
431439
[1.31.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.30.2...1.31.0
432440
[1.30.2]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.30.1...1.30.2
433441
[1.30.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.30.0...1.30.1

changelog.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,3 +356,9 @@
356356
- W2 Wages from Qualified business is now being simulated with random variables
357357
- qualified business income sources have been redefined based on IRS PUF inputs
358358
date: 2025-06-19 21:34:31
359+
- bump: minor
360+
changes:
361+
added:
362+
- SSN card type imputation algorithm.
363+
- Family correlation adjustment to align parent-child SSN status.
364+
date: 2025-06-23 14:48:18

changelog_entry.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
- bump: minor
2-
changes:
3-
added:
4-
- SSN card type imputation algorithm.
5-
- Family correlation adjustment to align parent-child SSN status.

pyproject.toml

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

99
[project]
1010
name = "policyengine_us_data"
11-
version = "1.31.0"
11+
version = "1.32.0"
1212
description = "A package to create representative microdata for the US."
1313
readme = "README.md"
1414
authors = [

0 commit comments

Comments
 (0)