File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed
Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.51.1] - 2026-01-07 01:05:49
9+
10+ ### Fixed
11+
12+ - Fixed Publish workflow by migrating dev dependencies to PEP 735 dependency-groups
13+
814## [ 1.51.0] - 2026-01-01 17:39:26
915
1016### Added
@@ -797,6 +803,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
797803
798804
799805
806+ [ 1.51.1 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.51.0...1.51.1
800807[ 1.51.0 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.50.0...1.51.0
801808[ 1.50.0 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.49.0...1.50.0
802809[ 1.49.0 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.48.0...1.49.0
Original file line number Diff line number Diff line change 671671 - Population-weighted P(county|CD) distributions from Census block data
672672 - County assignment module for stacked dataset builder
673673 date : 2026-01-01 17:39:26
674+ - bump : patch
675+ changes :
676+ fixed :
677+ - Fixed Publish workflow by migrating dev dependencies to PEP 735 dependency-groups
678+ date : 2026-01-07 01:05:49
Original file line number Diff line number Diff line change 1- - bump : patch
2- changes :
3- fixed :
4- - Fixed Publish workflow by migrating dev dependencies to PEP 735 dependency-groups
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88
99[project ]
1010name = " policyengine_us_data"
11- version = " 1.51.0 "
11+ version = " 1.51.1 "
1212description = " A package to create representative microdata for the US."
1313readme = " README.md"
1414authors = [
You can’t perform that action at this time.
0 commit comments