Skip to content

Commit 6747d24

Browse files
committed
Update package version
1 parent 49c334c commit 6747d24

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.42.4] - 2025-07-30 21:55:05
9+
10+
### Added
11+
12+
- Fork check in PR workflows to fail fast with clear error message
13+
14+
### Fixed
15+
16+
- Fixed documentation deployment for MyST v2 by using timeout command
17+
818
## [1.42.3] - 2025-07-30 20:28:05
919

1020
### Fixed
@@ -634,6 +644,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
634644

635645

636646

647+
[1.42.4]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.42.3...1.42.4
637648
[1.42.3]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.42.2...1.42.3
638649
[1.42.2]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.42.1...1.42.2
639650
[1.42.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.42.0...1.42.1

changelog.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,3 +529,10 @@
529529
- Made upload script more robust by only uploading files that exist
530530
- Added logging to show which files are being uploaded vs skipped
531531
date: 2025-07-30 20:28:05
532+
- bump: patch
533+
changes:
534+
added:
535+
- Fork check in PR workflows to fail fast with clear error message
536+
fixed:
537+
- Fixed documentation deployment for MyST v2 by using timeout command
538+
date: 2025-07-30 21:55:05

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-
fixed:
4-
- Fixed documentation deployment for MyST v2 by using timeout command
5-
added:
6-
- Fork check in PR workflows to fail fast with clear error message

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

0 commit comments

Comments
 (0)