Skip to content

Commit c2247c2

Browse files
committed
Update package version
1 parent 42a530c commit c2247c2

5 files changed

Lines changed: 21 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.67.0] - 2026-02-12 18:56:57
9+
10+
### Added
11+
12+
- field_valid_values table in database as a source of truth for fields that have semantic meaning external to the database hierarchy (variable, constraint_variable, period, operation, active).
13+
- Event listeners that raise an error if inconsistent operations or parent-child relationships are attempted to be inserted into the database.
14+
- Source field in target table.
15+
816
## [1.66.0] - 2026-02-12 16:29:45
917

1018
### Added
@@ -1005,6 +1013,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10051013

10061014

10071015

1016+
[1.67.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.66.0...1.67.0
10081017
[1.66.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.65.0...1.66.0
10091018
[1.65.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.64.1...1.65.0
10101019
[1.64.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.64.0...1.64.1

changelog.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -877,3 +877,13 @@
877877
list.
878878
- Added thread-safe locking around volume.commit() for parallel checkpoint safety.
879879
date: 2026-02-12 16:29:45
880+
- bump: minor
881+
changes:
882+
added:
883+
- field_valid_values table in database as a source of truth for fields that have
884+
semantic meaning external to the database hierarchy (variable, constraint_variable,
885+
period, operation, active).
886+
- Event listeners that raise an error if inconsistent operations or parent-child
887+
relationships are attempted to be inserted into the database.
888+
- Source field in target table.
889+
date: 2026-02-12 18:56:57

changelog_entry.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +0,0 @@
1-
- bump: minor
2-
changes:
3-
added:
4-
- field_valid_values table in database as a source of truth for fields that have semantic meaning external to the database hierarchy (variable, constraint_variable, period, operation, active).
5-
- Event listeners that raise an error if inconsistent operations or parent-child relationships are attempted to be inserted into the database.
6-
- Source field in target table.

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.66.0"
11+
version = "1.67.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)