Skip to content

Commit f9808d8

Browse files
Update package version
1 parent fa44796 commit f9808d8

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.35.2] - 2025-07-02 15:31:46
9+
10+
### Changed
11+
12+
- Epochs increased to 1k.
13+
814
## [1.35.1] - 2025-07-02 15:00:11
915

1016
### Fixed
@@ -490,6 +496,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
490496

491497

492498

499+
[1.35.2]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.35.1...1.35.2
493500
[1.35.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.35.0...1.35.1
494501
[1.35.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.34.1...1.35.0
495502
[1.34.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.34.0...1.34.1

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,3 +408,8 @@
408408
fixed:
409409
- Imputed non-CPS income variables from the PUF.
410410
date: 2025-07-02 15:00:11
411+
- bump: patch
412+
changes:
413+
changed:
414+
- Epochs increased to 1k.
415+
date: 2025-07-02 15:31:46

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-
- Epochs increased to 1k.

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

0 commit comments

Comments
 (0)