From da84d2a3699bee367439ff07aecd04d72e69cc50 Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Sun, 27 Oct 2024 23:23:02 +0000 Subject: [PATCH] Update PolicyEngine API --- CHANGELOG.md | 7 +++++++ changelog.yaml | 5 +++++ changelog_entry.yaml | 4 ---- policyengine_api/constants.py | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ece91fe..0d25544e 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). +## [2.2.10] - 2024-10-27 23:23:00 + +### Changed + +- Update PolicyEngine US to 1.133.0 + ## [2.2.9] - 2024-10-24 14:17:22 ### Changed @@ -4715,6 +4721,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[2.2.10]: https://github.com/PolicyEngine/policyengine-api/compare/2.2.9...2.2.10 [2.2.9]: https://github.com/PolicyEngine/policyengine-api/compare/2.2.8...2.2.9 [2.2.8]: https://github.com/PolicyEngine/policyengine-api/compare/2.2.7...2.2.8 [2.2.7]: https://github.com/PolicyEngine/policyengine-api/compare/2.2.6...2.2.7 diff --git a/changelog.yaml b/changelog.yaml index 52f7ce97..471ad408 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -3905,3 +3905,8 @@ changed: - Update PolicyEngine UK to 2.13.1 date: 2024-10-24 14:17:22 +- bump: patch + changes: + changed: + - Update PolicyEngine US to 1.133.0 + date: 2024-10-27 23:23:00 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 04bbc6b2..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - changed: - - Update PolicyEngine US to 1.133.0 diff --git a/policyengine_api/constants.py b/policyengine_api/constants.py index 3471e4c5..df309223 100644 --- a/policyengine_api/constants.py +++ b/policyengine_api/constants.py @@ -6,7 +6,7 @@ POST = "POST" UPDATE = "UPDATE" LIST = "LIST" -VERSION = "2.2.9" +VERSION = "2.2.10" COUNTRIES = ("uk", "us", "ca", "ng", "il") COUNTRY_PACKAGE_NAMES = ( "policyengine_uk",