From ca93fd001c84d2061fa3851d2f35302bf94bb40a Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Sat, 22 Feb 2025 07:47:24 +0000 Subject: [PATCH] Update PolicyEngine API --- CHANGELOG.md | 7 +++++++ changelog.yaml | 5 +++++ changelog_entry.yaml | 4 ---- policyengine_api/constants.py | 2 +- setup.py | 2 +- 5 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4291d7111..144392558 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). +## [3.11.1] - 2025-02-22 07:47:21 + +### Changed + +- Update PolicyEngine US to 1.202.0 + ## [3.11.0] - 2025-02-21 19:09:17 ### Added @@ -5237,6 +5243,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[3.11.1]: https://github.com/PolicyEngine/policyengine-api/compare/3.11.0...3.11.1 [3.11.0]: https://github.com/PolicyEngine/policyengine-api/compare/3.10.6...3.11.0 [3.10.6]: https://github.com/PolicyEngine/policyengine-api/compare/3.10.5...3.10.6 [3.10.5]: https://github.com/PolicyEngine/policyengine-api/compare/3.10.4...3.10.5 diff --git a/changelog.yaml b/changelog.yaml index baf05a684..14c59c167 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -4361,3 +4361,8 @@ added: - UK parliamentary constituency outputs. date: 2025-02-21 19:09:17 +- bump: patch + changes: + changed: + - Update PolicyEngine US to 1.202.0 + date: 2025-02-22 07:47:21 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index e25c37bf7..e69de29bb 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - changed: - - Update PolicyEngine US to 1.202.0 diff --git a/policyengine_api/constants.py b/policyengine_api/constants.py index 3392364ca..1e96eb309 100644 --- a/policyengine_api/constants.py +++ b/policyengine_api/constants.py @@ -6,7 +6,7 @@ POST = "POST" UPDATE = "UPDATE" LIST = "LIST" -VERSION = "3.11.0" +VERSION = "3.11.1" COUNTRIES = ("uk", "us", "ca", "ng", "il") COUNTRY_PACKAGE_NAMES = ( "policyengine_uk", diff --git a/setup.py b/setup.py index 45d32406d..855485767 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ "policyengine-il==0.1.0", "policyengine_uk==2.17.0", "policyengine_us==1.202.0", - "policyengine_core>=3.11.0", + "policyengine_core>=3.11.1", "pydantic", "pymysql", "redis",