Skip to content

Commit f780aac

Browse files
committed
Update package version
1 parent edac8d6 commit f780aac

5 files changed

Lines changed: 14 additions & 6 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+
## [1.60.0] - 2026-01-31 19:57:29
9+
10+
### Changed
11+
12+
- Use income_tax_positive instead of income_tax for CBO calibration target
13+
814
## [1.59.0] - 2026-01-31 19:54:59
915

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

909915

910916

917+
[1.60.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.59.0...1.60.0
911918
[1.59.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.58.0...1.59.0
912919
[1.58.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.57.0...1.58.0
913920
[1.57.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.56.0...1.57.0

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -782,3 +782,8 @@
782782
- Update taxable pension fraction from 1.0 to 0.590 based on SOI 2015 Table 1.4
783783
- Add age and is_male as QRF predictors for pension contribution imputation
784784
date: 2026-01-31 19:54:59
785+
- bump: minor
786+
changes:
787+
changed:
788+
- Use income_tax_positive instead of income_tax for CBO calibration target
789+
date: 2026-01-31 19:57:29

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-
- Use income_tax_positive instead of income_tax for CBO calibration target

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.59.0"
11+
version = "1.60.0"
1212
description = "A package to create representative microdata for the US."
1313
readme = "README.md"
1414
authors = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)