From 7121e664172a4bd63d92e6e176a0be17a715a895 Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Sun, 2 Apr 2023 02:42:17 +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 9284ca46..b9080901 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). +## [0.13.15] - 2023-04-02 02:42:16 + +### Changed + +- Bump policyengine-us to 0.264.0 + ## [0.13.14] - 2023-04-01 15:35:04 ### Changed @@ -1000,6 +1006,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[0.13.15]: https://github.com/PolicyEngine/policyengine-api/compare/0.13.14...0.13.15 [0.13.14]: https://github.com/PolicyEngine/policyengine-api/compare/0.13.13...0.13.14 [0.13.13]: https://github.com/PolicyEngine/policyengine-api/compare/0.13.12...0.13.13 [0.13.12]: https://github.com/PolicyEngine/policyengine-api/compare/0.13.11...0.13.12 diff --git a/changelog.yaml b/changelog.yaml index 0096789d..3db42063 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -830,3 +830,8 @@ changed: - Bump policyengine-us to 0.263.5 date: 2023-04-01 15:35:04 +- bump: patch + changes: + changed: + - Bump policyengine-us to 0.264.0 + date: 2023-04-02 02:42:16 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 020b5097..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - changed: - - Bump policyengine-us to 0.264.0 diff --git a/policyengine_api/constants.py b/policyengine_api/constants.py index 88bb0944..02ebf290 100644 --- a/policyengine_api/constants.py +++ b/policyengine_api/constants.py @@ -6,7 +6,7 @@ POST = "POST" UPDATE = "UPDATE" LIST = "LIST" -VERSION = "0.13.14" +VERSION = "0.13.15" COUNTRIES = ("uk", "us", "ca", "ng") COUNTRY_PACKAGE_NAMES = ( "policyengine_uk",