From d1cfab1ed7b74be7f3799c5fa8120a3da29cf83d Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Sun, 24 Sep 2023 03:23:54 +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 09661423..8f906d84 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.11.2] - 2023-09-24 03:23:52 + +### Changed + +- Update PolicyEngine CANADA to 0.84.0 + ## [1.11.1] - 2023-09-22 20:12:16 ### Changed @@ -2652,6 +2658,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.11.2]: https://github.com/PolicyEngine/policyengine-api/compare/1.11.1...1.11.2 [1.11.1]: https://github.com/PolicyEngine/policyengine-api/compare/1.11.0...1.11.1 [1.11.0]: https://github.com/PolicyEngine/policyengine-api/compare/1.10.99...1.11.0 [1.10.99]: https://github.com/PolicyEngine/policyengine-api/compare/1.10.98...1.10.99 diff --git a/changelog.yaml b/changelog.yaml index 0f3a18b9..814360a2 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -2151,3 +2151,8 @@ changed: - Update PolicyEngine US to 0.474.0 date: 2023-09-22 20:12:16 +- bump: patch + changes: + changed: + - Update PolicyEngine CANADA to 0.84.0 + date: 2023-09-24 03:23:52 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 2869cb32..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - changed: - - Update PolicyEngine CANADA to 0.84.0 diff --git a/policyengine_api/constants.py b/policyengine_api/constants.py index 8c329ba9..3dfdd5fb 100644 --- a/policyengine_api/constants.py +++ b/policyengine_api/constants.py @@ -6,7 +6,7 @@ POST = "POST" UPDATE = "UPDATE" LIST = "LIST" -VERSION = "1.11.1" +VERSION = "1.11.2" COUNTRIES = ("uk", "us", "ca", "ng", "il") COUNTRY_PACKAGE_NAMES = ( "policyengine_uk",