Skip to content

Commit 045b585

Browse files
committed
Update package version
1 parent 32ea670 commit 045b585

File tree

4 files changed

+19
-7
lines changed

4 files changed

+19
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.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

changelog.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,3 +499,10 @@
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

changelog_entry.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +0,0 @@
1-
- bump: patch
2-
changes:
3-
added:
4-
- PyPI auto-publish workflow in GitHub Actions
5-
fixed:
6-
- README typo (installion -> installation)

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

0 commit comments

Comments
 (0)