From 6dff4d6e799b263d0884416ed7be6fc31902150f Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Sun, 6 Aug 2023 16:21:01 +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 23afd1f8..a7b397ea 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.10.22] - 2023-08-06 16:20:58 + +### Changed + +- Update PolicyEngine US to 0.409.2 + ## [1.10.21] - 2023-08-05 21:53:51 ### Changed @@ -2095,6 +2101,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.10.22]: https://github.com/PolicyEngine/policyengine-api/compare/1.10.21...1.10.22 [1.10.21]: https://github.com/PolicyEngine/policyengine-api/compare/1.10.20...1.10.21 [1.10.20]: https://github.com/PolicyEngine/policyengine-api/compare/1.10.19...1.10.20 [1.10.19]: https://github.com/PolicyEngine/policyengine-api/compare/1.10.18...1.10.19 diff --git a/changelog.yaml b/changelog.yaml index 6b64b3ba..48a7b687 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1746,3 +1746,8 @@ changed: - Update PolicyEngine US to 0.409.1 date: 2023-08-05 21:53:51 +- bump: patch + changes: + changed: + - Update PolicyEngine US to 0.409.2 + date: 2023-08-06 16:20:58 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 5eb81912..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - changed: - - Update PolicyEngine US to 0.409.2 diff --git a/policyengine_api/constants.py b/policyengine_api/constants.py index 1230fe3d..415e8402 100644 --- a/policyengine_api/constants.py +++ b/policyengine_api/constants.py @@ -6,7 +6,7 @@ POST = "POST" UPDATE = "UPDATE" LIST = "LIST" -VERSION = "1.10.21" +VERSION = "1.10.22" COUNTRIES = ("uk", "us", "ca", "ng", "il") COUNTRY_PACKAGE_NAMES = ( "policyengine_uk",