Skip to content

Commit 29b9f65

Browse files
committed
Update package version
1 parent 529a4d5 commit 29b9f65

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.46.1] - 2025-11-12 20:08:59
9+
10+
### Changed
11+
12+
- GitHub Actions workflow now uses self-hosted GCP runner to handle memory-intensive dataset builds
13+
814
## [1.46.0] - 2025-09-10 20:30:41
915

1016
### Added
@@ -717,6 +723,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
717723

718724

719725

726+
[1.46.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.46.0...1.46.1
720727
[1.46.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.45.0...1.46.0
721728
[1.45.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.44.2...1.45.0
722729
[1.44.2]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.44.1...1.44.2

changelog.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,3 +599,9 @@
599599
- Fixed __file__ NameError in interactive Python environments
600600
- Updated generate method to handle 2025 extrapolation from 2024
601601
date: 2025-09-10 20:30:41
602+
- bump: patch
603+
changes:
604+
changed:
605+
- GitHub Actions workflow now uses self-hosted GCP runner to handle memory-intensive
606+
dataset builds
607+
date: 2025-11-12 20:08:59

changelog_entry.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- bump: patch
2-
changes:
3-
changed:
4-
- GitHub Actions workflow now uses self-hosted GCP runner to handle memory-intensive dataset builds

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

0 commit comments

Comments
 (0)