Skip to content

Commit afb499f

Browse files
committed
Update package version
1 parent 092e980 commit afb499f

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-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.51.1] - 2026-01-07 01:05:49
9+
10+
### Fixed
11+
12+
- Fixed Publish workflow by migrating dev dependencies to PEP 735 dependency-groups
13+
814
## [1.51.0] - 2026-01-01 17:39:26
915

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

798804

799805

806+
[1.51.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.51.0...1.51.1
800807
[1.51.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.50.0...1.51.0
801808
[1.50.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.49.0...1.50.0
802809
[1.49.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.48.0...1.49.0

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,3 +671,8 @@
671671
- Population-weighted P(county|CD) distributions from Census block data
672672
- County assignment module for stacked dataset builder
673673
date: 2026-01-01 17:39:26
674+
- bump: patch
675+
changes:
676+
fixed:
677+
- Fixed Publish workflow by migrating dev dependencies to PEP 735 dependency-groups
678+
date: 2026-01-07 01:05:49

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-
fixed:
4-
- Fixed Publish workflow by migrating dev dependencies to PEP 735 dependency-groups

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

0 commit comments

Comments
 (0)