Skip to content

Commit b701a73

Browse files
committed
Update package version
1 parent 85ac0c6 commit b701a73

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.61.2] - 2026-02-01 20:58:21
9+
10+
### Fixed
11+
12+
- Fix etl_state_income_tax.py API mismatches with db_metadata utility functions
13+
814
## [1.61.1] - 2026-02-01 04:24:23
915

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

927933

928934

935+
[1.61.2]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.61.1...1.61.2
929936
[1.61.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.61.0...1.61.1
930937
[1.61.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.60.0...1.61.0
931938
[1.60.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.59.0...1.60.0

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -798,3 +798,8 @@
798798
- cps_2024.h5 to HuggingFace upload list so the raw (unenhanced) 2024 CPS dataset
799799
is published
800800
date: 2026-02-01 04:24:23
801+
- bump: patch
802+
changes:
803+
fixed:
804+
- Fix etl_state_income_tax.py API mismatches with db_metadata utility functions
805+
date: 2026-02-01 20:58:21

changelog_entry.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- bump: patch
2-
changes:
3-
fixed:
4-
- Fix etl_state_income_tax.py API mismatches with db_metadata utility functions

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.61.1"
11+
version = "1.61.2"
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)