From a359e2cff338de6d86b4f5a1c604e970c995f6f6 Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Thu, 24 Oct 2024 14:17:25 +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 22ebfc13..8ece91fe 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.9] - 2024-10-24 14:17:22 + +### Changed + +- Update PolicyEngine UK to 2.13.1 + ## [2.2.8] - 2024-10-24 11:15:09 ### Changed @@ -4709,6 +4715,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[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 [2.2.6]: https://github.com/PolicyEngine/policyengine-api/compare/2.2.5...2.2.6 diff --git a/changelog.yaml b/changelog.yaml index 6d689c5f..52f7ce97 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -3900,3 +3900,8 @@ changed: - Update PolicyEngine UK to 2.13.0 date: 2024-10-24 11:15:09 +- bump: patch + changes: + changed: + - Update PolicyEngine UK to 2.13.1 + date: 2024-10-24 14:17:22 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index e805a642..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - changed: - - Update PolicyEngine UK to 2.13.1 diff --git a/policyengine_api/constants.py b/policyengine_api/constants.py index 0c94adde..3471e4c5 100644 --- a/policyengine_api/constants.py +++ b/policyengine_api/constants.py @@ -6,7 +6,7 @@ POST = "POST" UPDATE = "UPDATE" LIST = "LIST" -VERSION = "2.2.8" +VERSION = "2.2.9" COUNTRIES = ("uk", "us", "ca", "ng", "il") COUNTRY_PACKAGE_NAMES = ( "policyengine_uk",