From 79710e2e0229d077bcee24d5962fe4da4fdb8a4d Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Wed, 4 Dec 2024 22:11:08 +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 d5b3a123..ffaa00e3 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). +## [3.6.4] - 2024-12-04 22:11:05 + +### Added + +- Hugging Face connection token to CI/CD scripts and Docker image build script + ## [3.6.3] - 2024-12-04 15:35:00 ### Changed @@ -4948,6 +4954,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[3.6.4]: https://github.com/PolicyEngine/policyengine-api/compare/3.6.3...3.6.4 [3.6.3]: https://github.com/PolicyEngine/policyengine-api/compare/3.6.2...3.6.3 [3.6.2]: https://github.com/PolicyEngine/policyengine-api/compare/3.6.1...3.6.2 [3.6.1]: https://github.com/PolicyEngine/policyengine-api/compare/3.6.0...3.6.1 diff --git a/changelog.yaml b/changelog.yaml index c5bc3fb7..0bdb1684 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -4113,3 +4113,8 @@ changed: - Update PolicyEngine CANADA to 0.96.2 date: 2024-12-04 15:35:00 +- bump: patch + changes: + added: + - Hugging Face connection token to CI/CD scripts and Docker image build script + date: 2024-12-04 22:11:05 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 2aab1b5e..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - added: - - Hugging Face connection token to CI/CD scripts and Docker image build script \ No newline at end of file diff --git a/policyengine_api/constants.py b/policyengine_api/constants.py index 4f868687..dcc1bb99 100644 --- a/policyengine_api/constants.py +++ b/policyengine_api/constants.py @@ -6,7 +6,7 @@ POST = "POST" UPDATE = "UPDATE" LIST = "LIST" -VERSION = "3.6.3" +VERSION = "3.6.4" COUNTRIES = ("uk", "us", "ca", "ng", "il") COUNTRY_PACKAGE_NAMES = ( "policyengine_uk",