File tree Expand file tree Collapse file tree 4 files changed +15
-6
lines changed
Expand file tree Collapse file tree 4 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ 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.42.0] - 2025-07-28 16:34:40
9+
10+ ### Added
11+
12+ - Added creation script to build relational database for targets
13+ - Refactored age targets load script to load the database
14+
815## [ 1.41.2] - 2025-07-26 20:53:26
916
1017### Added
@@ -607,6 +614,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
607614
608615
609616
617+ [ 1.42.0 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.41.2...1.42.0
610618[ 1.41.2 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.41.1...1.41.2
611619[ 1.41.1 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.41.0...1.41.1
612620[ 1.41.0 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.40.1...1.41.0
Original file line number Diff line number Diff line change 506506 fixed :
507507 - README typo (installion -> installation)
508508 date : 2025-07-26 20:53:26
509+ - bump : minor
510+ changes :
511+ added :
512+ - Added creation script to build relational database for targets
513+ - Refactored age targets load script to load the database
514+ date : 2025-07-28 16:34:40
Original file line number Diff line number Diff line change 1- - bump : minor
2- changes :
3- added :
4- - Added creation script to build relational database for targets
5- - Refactored age targets load script to load the database
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.41.2 "
11+ version = " 1.42.0 "
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