From 3007bf27f0f58dcdad1409368c8441b7a684d0ec Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Wed, 2 Aug 2023 14:17:57 +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 6e4917f1..9f737ed4 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.15] - 2023-08-02 14:17:54 + +### Changed + +- Update PolicyEngine US to 0.403.2 + ## [1.10.14] - 2023-08-02 04:14:44 ### Changed @@ -2053,6 +2059,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.10.15]: https://github.com/PolicyEngine/policyengine-api/compare/1.10.14...1.10.15 [1.10.14]: https://github.com/PolicyEngine/policyengine-api/compare/1.10.13...1.10.14 [1.10.13]: https://github.com/PolicyEngine/policyengine-api/compare/1.10.12...1.10.13 [1.10.12]: https://github.com/PolicyEngine/policyengine-api/compare/1.10.11...1.10.12 diff --git a/changelog.yaml b/changelog.yaml index 712bd294..f0324dac 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1711,3 +1711,8 @@ changed: - Update PolicyEngine US to 0.403.1 date: 2023-08-02 04:14:44 +- bump: patch + changes: + changed: + - Update PolicyEngine US to 0.403.2 + date: 2023-08-02 14:17:54 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 7d59b7e4..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - changed: - - Update PolicyEngine US to 0.403.2 diff --git a/policyengine_api/constants.py b/policyengine_api/constants.py index 19a4c621..228de822 100644 --- a/policyengine_api/constants.py +++ b/policyengine_api/constants.py @@ -6,7 +6,7 @@ POST = "POST" UPDATE = "UPDATE" LIST = "LIST" -VERSION = "1.10.14" +VERSION = "1.10.15" COUNTRIES = ("uk", "us", "ca", "ng", "il") COUNTRY_PACKAGE_NAMES = ( "policyengine_uk",