Skip to content

Commit 31fbfe3

Browse files
committed
Update package version
1 parent ac5bdf2 commit 31fbfe3

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
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.37.0] - 2025-07-09 14:58:33
9+
10+
### Added
11+
12+
- Medicaid state level calibration targets.
13+
814
## [1.36.2] - 2025-07-08 21:53:02
915

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

515521

516522

523+
[1.37.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.36.2...1.37.0
517524
[1.36.2]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.36.1...1.36.2
518525
[1.36.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.36.0...1.36.1
519526
[1.36.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.35.2...1.36.0

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,3 +428,8 @@
428428
fixed:
429429
- Use SURVIVING_SPOUSE and is_surviving_spouse instead of WIDOW and is_widowed.
430430
date: 2025-07-08 21:53:02
431+
- bump: minor
432+
changes:
433+
added:
434+
- Medicaid state level calibration targets.
435+
date: 2025-07-09 14:58:33

changelog_entry.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
- bump: minor
2-
changes:
3-
added:
4-
- Medicaid state level calibration targets.
5-

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

0 commit comments

Comments
 (0)