From d12bcc9ee7b1f7281a0924d2fc05a2335c6b12ab Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Wed, 17 Jan 2024 13:54:42 +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 d6423767..4f88e159 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.15.14] - 2024-01-17 13:54:40 + +### Changed + +- Update PolicyEngine US to 0.622.1 + ## [1.15.13] - 2024-01-16 22:11:34 ### Changed @@ -3323,6 +3329,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.15.14]: https://github.com/PolicyEngine/policyengine-api/compare/1.15.13...1.15.14 [1.15.13]: https://github.com/PolicyEngine/policyengine-api/compare/1.15.12...1.15.13 [1.15.12]: https://github.com/PolicyEngine/policyengine-api/compare/1.15.11...1.15.12 [1.15.11]: https://github.com/PolicyEngine/policyengine-api/compare/1.15.10...1.15.11 diff --git a/changelog.yaml b/changelog.yaml index 31dcf6a2..4e56b512 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -2713,3 +2713,8 @@ changed: - Update PolicyEngine US to 0.621.0 date: 2024-01-16 22:11:34 +- bump: patch + changes: + changed: + - Update PolicyEngine US to 0.622.1 + date: 2024-01-17 13:54:40 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 73232461..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - changed: - - Update PolicyEngine US to 0.622.1 diff --git a/policyengine_api/constants.py b/policyengine_api/constants.py index 417d918e..de2b0416 100644 --- a/policyengine_api/constants.py +++ b/policyengine_api/constants.py @@ -6,7 +6,7 @@ POST = "POST" UPDATE = "UPDATE" LIST = "LIST" -VERSION = "1.15.13" +VERSION = "1.15.14" COUNTRIES = ("uk", "us", "ca", "ng", "il") COUNTRY_PACKAGE_NAMES = ( "policyengine_uk",