Skip to content

Commit 7d6772a

Browse files
committed
Update PolicyEngine US
1 parent 27bb43f commit 7d6772a

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.449.1] - 2025-12-02 23:28:11
9+
10+
### Fixed
11+
12+
- StateGroup enum warnings for contiguous US states in state_group variable.
13+
814
## [1.449.0] - 2025-12-02 22:19:22
915

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

1367113677

1367213678

13679+
[1.449.1]: https://github.com/PolicyEngine/policyengine-us/compare/1.449.0...1.449.1
1367313680
[1.449.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.448.0...1.449.0
1367413681
[1.448.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.447.0...1.448.0
1367513682
[1.447.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.446.1...1.447.0

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11638,3 +11638,8 @@
1163811638
of coverage).
1163911639
- Add Medicare Part B premiums with Income-Related Monthly Adjustment Amount (IRMAA).
1164011640
date: 2025-12-02 22:19:22
11641+
- bump: patch
11642+
changes:
11643+
fixed:
11644+
- StateGroup enum warnings for contiguous US states in state_group variable.
11645+
date: 2025-12-02 23:28:11

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-
- StateGroup enum warnings for contiguous US states in state_group variable.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "policyengine-us"
3-
version = "1.449.0"
3+
version = "1.449.1"
44
description = "Add your description here."
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)