Skip to content

Commit bd436cf

Browse files
committed
Update package version
1 parent 69c0a06 commit bd436cf

4 files changed

Lines changed: 13 additions & 5 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.53.0] - 2026-01-23 20:51:58
9+
10+
### Changed
11+
12+
- Added policyengine-claude plugin auto-install configuration.
13+
814
## [1.52.0] - 2026-01-22 20:50:13
915

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

810816

811817

818+
[1.53.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.52.0...1.53.0
812819
[1.52.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.51.1...1.52.0
813820
[1.51.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.51.0...1.51.1
814821
[1.51.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.50.0...1.51.0

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,3 +682,8 @@
682682
- tests to verify SparseMatrixBuilder correctly calculates variables and constraints
683683
into the calibration matrix.
684684
date: 2026-01-22 20:50:13
685+
- bump: minor
686+
changes:
687+
changed:
688+
- Added policyengine-claude plugin auto-install configuration.
689+
date: 2026-01-23 20:51:58

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-
- Added policyengine-claude plugin auto-install configuration.

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

0 commit comments

Comments
 (0)