File tree Expand file tree Collapse file tree 4 files changed +19
-7
lines changed
Expand file tree Collapse file tree 4 files changed +19
-7
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ 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.41.2] - 2025-07-26 20:53:26
9+
10+ ### Added
11+
12+ - PyPI auto-publish workflow in GitHub Actions
13+
14+ ### Fixed
15+
16+ - README typo (installion -> installation)
17+
818## [ 1.41.1] - 2025-07-26 19:06:45
919
1020### Fixed
@@ -597,6 +607,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
597607
598608
599609
610+ [ 1.41.2 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.41.1...1.41.2
600611[ 1.41.1 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.41.0...1.41.1
601612[ 1.41.0 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.40.1...1.41.0
602613[ 1.40.1 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.40.0...1.40.1
Original file line number Diff line number Diff line change 499499 fixed :
500500 - Increased Medicaid calibration tolerance to 100% to handle state-level noise
501501 date : 2025-07-26 19:06:45
502+ - bump : patch
503+ changes :
504+ added :
505+ - PyPI auto-publish workflow in GitHub Actions
506+ fixed :
507+ - README typo (installion -> installation)
508+ date : 2025-07-26 20:53:26
Original file line number Diff line number Diff line change 1- - bump : patch
2- changes :
3- added :
4- - PyPI auto-publish workflow in GitHub Actions
5- fixed :
6- - README typo (installion -> installation)
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.1 "
11+ version = " 1.41.2 "
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