From 0999cbda497f89ce041a21e84625fc389cda4036 Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Tue, 24 Dec 2024 12:49:35 +0000 Subject: [PATCH] Update PolicyEngine US --- CHANGELOG.md | 7 +++++++ changelog.yaml | 5 +++++ changelog_entry.yaml | 4 ---- setup.py | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98934cc160b..0a80378cda6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.162.3] - 2024-12-24 12:46:05 + +### Fixed + +- Indiana National Guard and Reserve Pay Deduction 2023. + ## [1.162.2] - 2024-12-23 19:54:14 ### Fixed @@ -10451,6 +10457,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.162.3]: https://github.com/PolicyEngine/policyengine-us/compare/1.162.2...1.162.3 [1.162.2]: https://github.com/PolicyEngine/policyengine-us/compare/1.162.1...1.162.2 [1.162.1]: https://github.com/PolicyEngine/policyengine-us/compare/1.162.0...1.162.1 [1.162.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.161.3...1.162.0 diff --git a/changelog.yaml b/changelog.yaml index e8d82701b50..047098c14df 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -8834,3 +8834,8 @@ fixed: - Adjust the EPP max pregnancy month value. date: 2024-12-23 19:54:14 +- bump: patch + changes: + fixed: + - Indiana National Guard and Reserve Pay Deduction 2023. + date: 2024-12-24 12:46:05 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index b88014d39f1..e69de29bb2d 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - fixed: - - Indiana National Guard and Reserve Pay Deduction 2023. diff --git a/setup.py b/setup.py index 435ecc41931..b26bdfa627b 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="policyengine-us", - version="1.162.2", + version="1.162.3", author="PolicyEngine", author_email="hello@policyengine.org", long_description=readme,