Skip to content

Commit c09ff1f

Browse files
Update package version
1 parent 47d0097 commit c09ff1f

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.30.2] - 2025-06-19 13:59:12
9+
10+
### Fixed
11+
12+
- Small CPS is now 1000 households.
13+
814
## [1.30.1] - 2025-06-19 10:09:37
915

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

408414

409415

416+
[1.30.2]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.30.1...1.30.2
410417
[1.30.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.30.0...1.30.1
411418
[1.30.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.29.1...1.30.0
412419
[1.29.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.29.0...1.29.1

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,3 +339,8 @@
339339
added:
340340
- Add test for small ECPS.
341341
date: 2025-06-19 10:09:37
342+
- bump: patch
343+
changes:
344+
fixed:
345+
- Small CPS is now 1000 households.
346+
date: 2025-06-19 13:59:12

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-
- Small CPS is now 1000 households.

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

0 commit comments

Comments
 (0)